1. cc03864 Make site_utils import conditional on file's existance by mbligh · 15 years ago
  2. 95899fa Change debug.ini defualts to DEBUG by mbligh · 15 years ago
  3. 21e3358 Add a self.pkgmgr object to test so people can reference self.pkgmgr instead of by mbligh · 15 years ago
  4. d0d77a8 Remove trailing whitespace from client/bin/job.py by mbligh · 15 years ago
  5. dd66937 Renamed _import_site_symbol to drop the _ prefix and be used by other modules. by mbligh · 15 years ago
  6. 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
  7. 34b297b Introduce postprocess_iteration, a way to do the perf keyvals once by mbligh · 15 years ago
  8. 869ebc6 Change profiler imports to be absolute by mbligh · 15 years ago
  9. bc05809 - overall improvement of documentation by mbligh · 15 years ago
  10. 2bca3ff add code to mkfs handling to skip adding a '-t <fstype' option if one by mbligh · 15 years ago
  11. e70e333 Ask for largefile support by mbligh · 15 years ago
  12. d27604e Move profiling code into run_once_profiling() by mbligh · 15 years ago
  13. c9ae178 by showard · 16 years ago
  14. e7693ba Cleanup. by mbligh · 16 years ago
  15. f76e699 Fixed partition unit test and added one more test using by mbligh · 16 years ago
  16. 812631c Move job.py package timeout to an hour, good for slow connections and large files. by mbligh · 16 years ago
  17. b0b58a2 Cleanup: Remove site-specific container code from client/bin/job.py. by mbligh · 16 years ago
  18. 153dd00 Cleanup. Remove site-specific container tests from client/tests/*. by mbligh · 16 years ago
  19. 7aeda67 Fix kernel rpm imports to handle local paths properly by mbligh · 16 years ago
  20. 1d7f720 Remove extraneous comments by mbligh · 16 years ago
  21. 84f3e0a Delete cpuset code by mbligh · 16 years ago
  22. bc0914b forward mountpoint passed to job.partition to partition lib by mbligh · 16 years ago
  23. dcdb333 Revert back to the old behavior of not switching to python 2.4 (or by mbligh · 16 years ago
  24. 25c0b8c Added new host protection level (repair software only) that would allow any by mbligh · 16 years ago
  25. 56325de doc updates to partition.py, by mbligh · 16 years ago
  26. efa61a4 remove the nway stuff, was not meant to be in external tree by mbligh · 16 years ago
  27. a106d4d add umount_partition, is_valid_disk and is_valid_partition to base_utils by mbligh · 16 years ago
  28. f6de133 Job object should be more consistent to current naming in autotest by mbligh · 16 years ago
  29. aece77e turn utils into a simple mix-in by mbligh · 16 years ago
  30. 2da4d88 Move utils to base_utils by mbligh · 16 years ago
  31. 3bf79ca Allow site_utils to override utils, for version control by mbligh · 16 years ago
  32. d544a35 When performing a reboot, do a sync before starting the shutdown. by jadmanski · 16 years ago
  33. 59a1675 Renamed a test only default argument of partition.get_partition_list so by mbligh · 16 years ago
  34. 8110e11 Fix a typo on iozone test by mbligh · 16 years ago
  35. 4faecb7 Fix the way we raise an exception on the monotonic_time test by mbligh · 16 years ago
  36. 95645ba Fix broken imports on iperf by mbligh · 16 years ago
  37. 4ce5996 When only 1 CPU detected, make cpu_hotplug end properly (ie, raising a TestNAException) by mbligh · 16 years ago
  38. 67a72f9 Fix broken imports on netperf2 by mbligh · 16 years ago
  39. 3476bf2 Fix the way we raise an exception on the lsb_dtk test by mbligh · 16 years ago
  40. 062ed15 Added a function to import site specific functions. Modified code to use it. by mbligh · 16 years ago
  41. 99f112d Try to define a new dummy class object inherited from the given base by mbligh · 16 years ago
  42. a700772 Created a client/common_lib/utils/import_site_class function to take by mbligh · 16 years ago
  43. 2f29c19 This patch update the vendor name "Fedora Core" to "Fedora". Which was by mbligh · 16 years ago
  44. b88d6dc Remove the reason logging from END messages when running a group by jadmanski · 16 years ago
  45. e335b9b infinite loop condition when we don't have python2.4 installed on the machine by mbligh · 16 years ago
  46. d1ee1dd * move some scheduler config options into a separate module, scheduler_config by showard · 16 years ago
  47. 170873e Attached is a very large patch that adds support for running a by showard · 16 years ago
  48. 53da18e Rename autotest_utils to utils by mbligh · 16 years ago
  49. c2e8280 add monotonic time test by mbligh · 16 years ago
  50. 8e7963f add compilebench by mbligh · 16 years ago
  51. 507862e Update libcap to 2.16. by mbligh · 16 years ago
  52. b548f58 Adds a control file useful for testing that the step engine skips by mbligh · 16 years ago
  53. 1f7173b Reinstate accidentally removed partition handling code by mbligh · 16 years ago
  54. 1c0cd13 Fixes the check_version.py problem Gustavo Rahal reported. by mbligh · 16 years ago
  55. 9f3660f Prefer to run autotest using python 2.4 when available even if later by mbligh · 16 years ago
  56. 025d1e1 Adds an expect_any_call method for when you want it to be called but by mbligh · 16 years ago
  57. e0dffc3 When a server job fails "normally" (i.e. after it's been properly by jadmanski · 16 years ago
  58. fd5f687 Change autotest_client to only use -H simple if you don't specify by jadmanski · 16 years ago
  59. 34347af client.bin.job.filesystem passes an extra mountpoint by mbligh · 16 years ago
  60. 1ca1c2c Fix wrong parent constructor call from UnhandledJobError.__init__ by mbligh · 16 years ago
  61. abe330e Fix regression in downloading custom kernels or other packages. by mbligh · 16 years ago
  62. 27b111e Setting of stale_page_age fails on newer kernels. by mbligh · 16 years ago
  63. d014e8f Fix aiostress's failure to deal with repeated iterations. by mbligh · 16 years ago
  64. 45ffc43 Fix frontend.py to send email when asked, and not use broken machines by mbligh · 16 years ago
  65. c39fa9a Catch and categorize errors raised directly from the controlfile top by mbligh · 16 years ago
  66. 0496582 Some style and documentation cleanup. The change to the run_group tag by mbligh · 16 years ago
  67. cc5a8e7 Apparently this name is incompatible with some filesystem code? by jadmanski · 16 years ago
  68. 5664cff Fix up a few assorted style issues, some old unit test issues, removing by jadmanski · 16 years ago
  69. d5ab8c5 Refactor the core pidfile code out of autoserv and into a common lib by jadmanski · 16 years ago
  70. 5f8eb9d Fixed the bogus return in fsck fixup code. by mbligh · 16 years ago
  71. c452a51 Removed the mountpoint data member of the by mbligh · 16 years ago
  72. 4f40746 Adds an UnhandledJobError exception and JobNAError exception. by mbligh · 16 years ago
  73. d876f45 gps pointed out that "== and != work in most cases but its better to use is by mbligh · 16 years ago
  74. 9894be8 Can't merge kswapd processes on all kernels. by mbligh · 16 years ago
  75. 91cd58c If you reboot during a server-side test while using a profiler, we by jadmanski · 16 years ago
  76. 4f90925 Extend the server-side profiler code to handle reboots as well. Sadly, 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. b3c0c91 Adds support for using client-side profilers from the server side. by mbligh · 16 years ago
  82. 8c5c9c1 Add control files used to test error handling scenarios that by mbligh · 16 years ago
  83. a12b209 Add install command to boottool allowing installation of the bootloader by mbligh · 16 years ago
  84. 62e3c26 ybin executable can be in differerent places so check before failing. by mbligh · 16 years ago
  85. c184846 - Add a get_entry method that return entries of a boot entry as a dictionary by mbligh · 16 years ago
  86. 234a84f First (of many) passes at cleaning up the client job exception handling by mbligh · 16 years ago
  87. 7c1280a Add networking code by mbligh · 16 years ago
  88. dc93bed Remove all .pyc files from your tree in setup_modules.py when setting up the by mbligh · 16 years ago
  89. 365ccad This CL adds a bsaic test suite for the perfmon2 API of kernel 2.6.26 and higher by mbligh · 16 years ago
  90. 2b8cd19 Automated test for testing split anon vma kernel changes. by mbligh · 16 years ago
  91. 874f19f A few misc changes to job.py by mbligh · 16 years ago
  92. f561ad0 Add missing nway.py by mbligh · 16 years ago
  93. f23cf4f unittests for nway.py by mbligh · 16 years ago
  94. d8c89a4 Add functional test for cpuset tasks bug which causes read on tasks by mbligh · 16 years ago
  95. 8493be4 Move routine rounded_memtotal() from client/bin/cpuset.py to autotest_utils.py. by mbligh · 16 years ago
  96. 1e87039 Functional test for the shrink_slab so that it only reclaims from the by mbligh · 16 years ago
  97. 504378f If someone passes iterations=0 then we need to leave that in, not by jadmanski · 16 years ago
  98. 0d39007 Make sure the profilers are always stopped and reported on, even when by jadmanski · 16 years ago
  99. 043e113 This depends on Martin's "run autoserv without a results dir" patch by jadmanski · 16 years ago
  100. 5b2844f by mbligh · 16 years ago