1. 9bfef38 Moved partition.py to base_partition.py and created a partition.py by mbligh · 15 years ago
  2. 1b160a0 On SUSE, the kernel is split into several RPMs (vmlinuz + most basic modules, by mbligh · 15 years ago
  3. 68a4291 Remove the get_system_nodes() method from base_utils as it does not work in all cases. Moreover the numa_nodes() method instead gets accurate information about the numa nodes on the machine and should be used instead of get_system_nodes() by mbligh · 15 years ago
  4. 4bacefa Summary: Converting the remaining print statements on job.py to by mbligh · 15 years ago
  5. cc6093b Summary: Simple conversion of one print statement on base_sysinfo by mbligh · 15 years ago
  6. ea772c1 Collect per-iteration sysinfo into the test sysinfo directory, not the by jadmanski · 15 years ago
  7. 90e82ba partition is in the autotest tree so the import should reflect that. by mbligh · 15 years ago
  8. 2059779 Summary: If autotest is not running with the --continue flag, delete by mbligh · 15 years ago
  9. 9e4dbb1 Break out filesystem setup and cleanup code. Add a utility by mbligh · 15 years ago
  10. 4556178 Added utils.get_relative_path() to compute the path of an absolute path by mbligh · 15 years ago
  11. 0a8c332 Modified import_site_class() to not wrap baseclass with a local dummy by mbligh · 15 years ago
  12. 9e33f27 New (and much more complex) version of the collect rpm -qa patch. by jadmanski · 15 years ago
  13. 1116ea6 Remove duplicate kernel boot parameters given to boottool.add_kernel. by mbligh · 15 years ago
  14. d948bfb Added support in client.bin.base_job.__init__ to copy kernel boot by mbligh · 15 years ago
  15. c641fd7 If any of the autotestd_monitor child processes die, the monitor by jadmanski · 15 years ago
  16. 16a7ff7 The enabling and disabling of warning messages unfortunately seems to by jadmanski · 15 years ago
  17. 7629f14 by showard · 15 years ago
  18. 18c1140 Summary: Add a new VirtualPartition class to client/bin/partition.py to handle block device emulation trough image files. by mbligh · 15 years ago
  19. 54705a0 by mbligh · 15 years ago
  20. f40c02c by mbligh · 15 years ago
  21. 4395bbd by mbligh · 15 years ago
  22. dabe63e Don't remove the "started" file from autotestd_monitor. We use this by jadmanski · 15 years ago
  23. b18134f As discussed on the mailing list, we implemented logging with a single by showard · 15 years ago
  24. e7785cc by mbligh · 15 years ago
  25. e8e73c6 make client/bin/autotestd_monitor executable by mbligh · 15 years ago
  26. b1887c8 [PATCH] More reliable kernel version detection when using RPM by mbligh · 15 years ago
  27. 33dd8eb by mbligh · 15 years ago
  28. 0cae535 by mbligh · 15 years ago
  29. 90b97ff Detect openSUSE/SLES systems more reliably. by mbligh · 15 years ago
  30. f3fbce8 Fix a race condition between autotestd and autotestd_monitor. If for by jadmanski · 15 years ago
  31. e1cd1d1 [PATCH] Use indexes in boottool.get_entries() and avoid bug with grub by mbligh · 15 years ago
  32. ad1b11c [PATCH] Use indexes in boottool.get_entries() and avoid bug with grub by mbligh · 15 years ago
  33. a1b2af2 by mbligh · 15 years ago
  34. f37df84 Add job.enable_warnings and job.disable_warnings methods to the job by jadmanski · 15 years ago
  35. 73abdb2 Fix the ordering of the flush+unlock+close operations on the exit by jadmanski · 15 years ago
  36. 1e295d8 Open unbuffered files when using fd_stack.redirect. Buffering can lead to interleaving problems with stdout, and tee_redirect already uses an unbuffered file so I think it ought to be this way anyway. by mbligh · 15 years ago
  37. c1525b9 Fix a typo in autotestd. In practice this bug was not a problem by jadmanski · 15 years ago
  38. 6dadd83 Adds an autotestd and autotestd_monitor script to the Autotest client by jadmanski · 15 years ago
  39. cc03864 Make site_utils import conditional on file's existance by mbligh · 15 years ago
  40. d0d77a8 Remove trailing whitespace from client/bin/job.py by mbligh · 15 years ago
  41. 9fcb38b Need to relax the constraints on rtt_min and rtt_max in the machine files, since it's very by mbligh · 15 years ago
  42. bc05809 - overall improvement of documentation by mbligh · 15 years ago
  43. 2bca3ff add code to mkfs handling to skip adding a '-t <fstype' option if one by mbligh · 15 years ago
  44. e7693ba Cleanup. by mbligh · 15 years ago
  45. f76e699 Fixed partition unit test and added one more test using by mbligh · 15 years ago
  46. 812631c Move job.py package timeout to an hour, good for slow connections and large files. by mbligh · 15 years ago
  47. b0b58a2 Cleanup: Remove site-specific container code from client/bin/job.py. by mbligh · 15 years ago
  48. 7aeda67 Fix kernel rpm imports to handle local paths properly by mbligh · 15 years ago
  49. 84f3e0a Delete cpuset code by mbligh · 15 years ago
  50. bc0914b forward mountpoint passed to job.partition to partition lib by mbligh · 15 years ago
  51. 56325de doc updates to partition.py, by mbligh · 15 years ago
  52. efa61a4 remove the nway stuff, was not meant to be in external tree by mbligh · 15 years ago
  53. a106d4d add umount_partition, is_valid_disk and is_valid_partition to base_utils by mbligh · 15 years ago
  54. f6de133 Job object should be more consistent to current naming in autotest by mbligh · 15 years ago
  55. aece77e turn utils into a simple mix-in by mbligh · 15 years ago
  56. 2da4d88 Move utils to base_utils by mbligh · 15 years ago
  57. 3bf79ca Allow site_utils to override utils, for version control by mbligh · 15 years ago
  58. d544a35 When performing a reboot, do a sync before starting the shutdown. by jadmanski · 15 years ago
  59. 59a1675 Renamed a test only default argument of partition.get_partition_list so by mbligh · 15 years ago
  60. 062ed15 Added a function to import site specific functions. Modified code to use it. by mbligh · 16 years ago
  61. a700772 Created a client/common_lib/utils/import_site_class function to take by mbligh · 16 years ago
  62. 2f29c19 This patch update the vendor name "Fedora Core" to "Fedora". Which was by mbligh · 16 years ago
  63. b88d6dc Remove the reason logging from END messages when running a group by jadmanski · 16 years ago
  64. 53da18e Rename autotest_utils to utils by mbligh · 16 years ago
  65. 1f7173b Reinstate accidentally removed partition handling code by mbligh · 16 years ago
  66. fd5f687 Change autotest_client to only use -H simple if you don't specify by jadmanski · 16 years ago
  67. 34347af client.bin.job.filesystem passes an extra mountpoint by mbligh · 16 years ago
  68. 27b111e Setting of stale_page_age fails on newer kernels. by mbligh · 16 years ago
  69. c39fa9a Catch and categorize errors raised directly from the controlfile top by mbligh · 16 years ago
  70. 0496582 Some style and documentation cleanup. The change to the run_group tag by mbligh · 16 years ago
  71. 5f8eb9d Fixed the bogus return in fsck fixup code. by mbligh · 16 years ago
  72. c452a51 Removed the mountpoint data member of the by mbligh · 16 years ago
  73. 4f40746 Adds an UnhandledJobError exception and JobNAError exception. by mbligh · 16 years ago
  74. d876f45 gps pointed out that "== and != work in most cases but its better to use is by mbligh · 16 years ago
  75. 9894be8 Can't merge kswapd processes on all kernels. by mbligh · 16 years ago
  76. 91cd58c If you reboot during a server-side test while using a profiler, we by jadmanski · 16 years ago
  77. 021679f Document job exception handling machinations in comments and remove an by mbligh · 16 years ago
  78. e2a68ac Fixed some pylint warnings and also added the ability to specify by mbligh · 16 years ago
  79. b5dac43 Provide the ability to drop caches between benchmark iteration runs by mbligh · 16 years ago
  80. 7afc3a6 Increase pkgmgr fetch timeout to 30 minutes (from 10) by mbligh · 16 years ago
  81. c184846 - Add a get_entry method that return entries of a boot entry as a dictionary by mbligh · 16 years ago
  82. 7c1280a Add networking code by mbligh · 16 years ago
  83. 874f19f A few misc changes to job.py by mbligh · 16 years ago
  84. f561ad0 Add missing nway.py by mbligh · 16 years ago
  85. f23cf4f unittests for nway.py by mbligh · 16 years ago
  86. 8493be4 Move routine rounded_memtotal() from client/bin/cpuset.py to autotest_utils.py. by mbligh · 16 years ago
  87. 043e113 This depends on Martin's "run autoserv without a results dir" patch by jadmanski · 16 years ago
  88. 5b2844f by mbligh · 16 years ago
  89. 83fd1c5 umount shouldn't attempt to unmount unless the device is actually by mbligh · 16 years ago
  90. f38f8cc Give umount a bigger hammer (and better logging) by mbligh · 16 years ago
  91. e39c3c0 Adds the ability for the client.bin.base_job class to keep track of run by mbligh · 16 years ago
  92. 61cf6e7 Looking at the client/profilers.py code to start making it useable from the by jadmanski · 16 years ago
  93. 87529d1 Adds support for excluding swap partitions and non linux (type 83) partitions. by mbligh · 16 years ago
  94. 228591c Fix up out of scope output variable, whilst retaining the by mbligh · 16 years ago
  95. 67b8fbd Fix up broken unittests, etc. by mbligh · 16 years ago
  96. 8b71d01 Fixed a unit test broken by 2383. by jadmanski · 16 years ago
  97. b3400e0 Currently when using the make options. (i.e. make allyesconfig,allnoconfig, by mbligh · 16 years ago
  98. 12eafff Add support for running a test over a sequence of multiple kernels. by mbligh · 16 years ago
  99. d0b2296 Fix the group tag to include the test name, so results in backend by mbligh · 16 years ago
  100. 49d39f6 Clean up partition.py by mbligh · 16 years ago