1. 312362c Fix reference to count_cpus in bash_shared_mapping by mbligh · 17 years ago
  2. 9e72298 Add support for running tests using some network containment through cpusets. by jadmanski · 17 years ago
  3. e9be8c3 When we launch subprocesses we should make sure they're using the by jadmanski · 17 years ago
  4. edf89f3 Changed some internal methods of package to start with a single '_' rather by mbligh · 17 years ago
  5. 6ca37b6 Added more tests to job_unittest. Had to ensure that some of the classes that by jadmanski · 17 years ago
  6. c23051c Some fixes and minor cleanups as suggested by PyLint. by mbligh · 17 years ago
  7. 48aa55b Add test case for starving writes bug in as ioscheduler. by mbligh · 17 years ago
  8. c173a8b This patch adds the real_time_tests testsuite to autotest. by mbligh · 17 years ago
  9. 7f83c91 Combine sleeptest and kernbench to keep host up for ~3hrs by mbligh · 17 years ago
  10. ba46b27 Drop some information that was included in a JobError exception since by jadmanski · 17 years ago
  11. 8d01bfe The changes to the error hierarchy in rev 1732 break the UnhandledError by jadmanski · 17 years ago
  12. b48fa56 Add other test exit status according to the spec in: by mbligh · 17 years ago
  13. 509a50a This patch simply removes the rtlinuxtests test suite as it is outdated by mbligh · 17 years ago
  14. a75b90e Convert subdir_tag to string when concatenating. Fixes a problem when by mbligh · 17 years ago
  15. 15eff8d Added Name and other descriptive variables to the control files for kernbench. by mbligh · 17 years ago
  16. e01c2e5 Lets not insert a newline between every single character of the by jadmanski · 17 years ago
  17. 98a860d Control file updates for aborttest, aio_dio_bugs and aiostress by mbligh · 17 years ago
  18. 3aa22da Add in from autotest_lib.client.common_lib.utils import * to the job preamble by mbligh · 17 years ago
  19. 1afe1ea import re module also missing on bonnie test by mbligh · 17 years ago
  20. 4eb888c lint fixups for profilers by mbligh · 17 years ago
  21. 6f73136 Changes the semantics of UnhandledError. First, it takes in a root by jadmanski · 17 years ago
  22. ef84831 Risk: Low Visibility: Changes the errors throws by a bunch of tests. by jadmanski · 17 years ago
  23. c1f8ced Added a bit more coverage in the client/bin/job unittest. by mbligh · 17 years ago
  24. 78be24a Fix tests broken due to the import * and system/system_output changes. by mbligh · 17 years ago
  25. 7076b19 fix syntax error in locate by mbligh · 17 years ago
  26. 19f4945 Remove duplicate copy of _process_output by mbligh · 17 years ago
  27. 987071e Clean up locate by mbligh · 17 years ago
  28. 3246a77 Fix the use of autotest_utils functions in oprofile so the profiler by mbligh · 17 years ago
  29. 27d0cb9 Make sure that error messages from god are already displayed. by mbligh · 17 years ago
  30. e3f2f71 Remove an 80-char line violation. by jadmanski · 17 years ago
  31. 925e1b1 Risk: Medium Visibility: None by mbligh · 17 years ago
  32. 1c9b1d2 Remove custom basename implementation unearthed by jorlow by mbligh · 17 years ago
  33. 23955fc I ran PyLint on our client/bin/ files and looked at only the errors. by mbligh · 17 years ago
  34. 24e66a2 Fix uses of non-existant variables in test_config.py by mbligh · 17 years ago
  35. e61037c Added some unit tests to test the barriers. Fixed a couple of minor bugs in barrier.py by mbligh · 17 years ago
  36. 4046d5c Cleanup harness so that we don't use exec to make pylint happy (and by mbligh · 17 years ago
  37. 539d876 Fixed another woops. The path laid out in the preamble is wrong. by mbligh · 17 years ago
  38. f48cc23 Hopefully the last massive cleanup. I removed all the old usage of "from common import" since this conflicts with our by mbligh · 17 years ago
  39. 6aab8cd Delete grub.py which has since been replaced by boottool, which hasn't by mbligh · 17 years ago
  40. 4700d94 the line "import common" is used to setup the absolute paths so that after that we can say things like by mbligh · 17 years ago
  41. b4ea9d2 Have to call import optparse after the call to import common, since by mbligh · 17 years ago
  42. d356bae kernel_versions_unittest was performing a "from blah import *" import which is against our style usage. by mbligh · 17 years ago
  43. 70feeee Needed to fix problems caused by the use of the old import usage which has by mbligh · 17 years ago
  44. f817316 Previous the calls to expect_new on a mock_class_obj were not being recorded in the god. Now they are and so can by mbligh · 17 years ago
  45. 5bba5ca add missing file from last commit by mbligh · 17 years ago
  46. 6e83b6f Had to change a few classes to be new style python classes. This is done since by mbligh · 17 years ago
  47. 04428de This patch fixes this bug adding the '/jre' only to IBM's JVM. by mbligh · 17 years ago
  48. f20b9cd Fixed the imports for the profilers. by mbligh · 17 years ago
  49. 8b35285 Manual whitespace cleanups and coding style fixes by mbligh · 17 years ago
  50. bd8f998 more manual whitespace cleanups by mbligh · 17 years ago
  51. 3cbb2db remove old autotest.py by mbligh · 17 years ago
  52. 1544080 Whitespace changes to job.py by mbligh · 17 years ago
  53. 9e6a4f1 whitespace cleanups to kernel.py by mbligh · 17 years ago
  54. 0afbb63 Convert all python code to use four-space indents instead of eight-space tabs. by jadmanski · 17 years ago
  55. 5a192f0 Import re module missing in a few tests. by mbligh · 17 years ago
  56. 6e66c07 Add in a variety of files that were mistakenly not commited from the patches by jadmanski · 17 years ago
  57. b0605d9 Fix up a few bits of whitespace silliness, unnecessary/missing newlines, etc. by jadmanski · 17 years ago
  58. 9434245 Add in a bunch of new mock utils, for mocking out stdout, stderr, exit, by jadmanski · 17 years ago
  59. 3d161b0 Move the mock libraries from client/unittest into client/common_lib/test_utils. by jadmanski · 17 years ago
  60. 526d054 Add optional params to CmdResult.__init__ to allow the attributes to be set by mbligh · 17 years ago
  61. 7aff6bd Risk: Low Visibility: All people raising CmdError exceptions by mbligh · 17 years ago
  62. 7e1b150 Properly space error.py according to coding style by mbligh · 17 years ago
  63. d996396 Miscellaneous fixes for cpu_hotplug test by mbligh · 17 years ago
  64. 2b7974b Risk: Low by mbligh · 17 years ago
  65. 0df8233 Need a way to mock out whole classes, and be able to know about instances of that mock class that are created in the method under test. by mbligh · 17 years ago
  66. ba07f6d kernel_versions.version_encode mis-sorts _rcNN suffix in redhat-style kernel names. by mbligh · 17 years ago
  67. d660afe Add support for tagging subdirs independently of the testname tags. by mbligh · 17 years ago
  68. 5e85f05 Oops. This shouldn't have been added. by jadmanski · 17 years ago
  69. 58f50c1 adds the and_raises functionality to mock by mbligh · 17 years ago
  70. 3d26d19 Add test container_twoway/control.onepair, as a customizable example of by mbligh · 17 years ago
  71. c8aaf5e Misspelling minor fix. by mbligh · 17 years ago
  72. 645308f Generic stubbing support for mock_god. by showard · 17 years ago
  73. 34d0117 Risk: Required by mbligh · 17 years ago
  74. c61fb36 Risk: Medium by mbligh · 17 years ago
  75. 9f85792 Risk: Required at this point by mbligh · 17 years ago
  76. 97a3cd6 Risk: Low Visibility: Adds a new comparator to the mock framework. by jadmanski · 17 years ago
  77. 1965dfa New options and automatic ssh key setup by mbligh · 17 years ago
  78. 8445dcb Risk: Low Visibility: Anyone writing their own (complicated) control files. by mbligh · 17 years ago
  79. beb4b42 A previous patch altered client/bin/test.py and broke every test. The reason by mbligh · 17 years ago
  80. 8cd6ab3 Risk: Low Visibility: Fixes a source of autotest_client crashes by jadmanski · 17 years ago
  81. 0e6192a Risk: High by mbligh · 17 years ago
  82. e829ba5 Risk: Medium to high (Touches a lot of code) by mbligh · 17 years ago
  83. 02ff2d5 Risk: Medium - Hits quite a bit of different areas by mbligh · 17 years ago
  84. 33dbc91 Cleanups for kernel.py from Scottz by mbligh · 17 years ago
  85. 9fb37cb Cleanups for autotest_utils.py from Scottz by mbligh · 17 years ago
  86. 7f7ca56 I began to notice that most of the time when testing a method in a class, I often need to stub out by mbligh · 17 years ago
  87. c591de6 fixed a minor woops (checking euqlity of multiple args) and changed mock_demo.py so that it tests this case by mbligh · 17 years ago
  88. 8f4d043 Creates job.next_step_append whose behavior matches that of the current by mbligh · 17 years ago
  89. b274ef5 This change allows steps (think 'step engine') to be composed with a by mbligh · 17 years ago
  90. 8d6295d Risk: Low Visibility: Code cleanup by jadmanski · 17 years ago
  91. d93d7d2 Risk: Medium Visibility: Should improve error messages from failing commands. by jadmanski · 17 years ago
  92. cf8c4d6 Risk: Low by jadmanski · 17 years ago
  93. c1cbc99 1. Enable job tags to be passed from the server side (basically use the -t option available on the client side to be passed in from the server) by mbligh · 17 years ago
  94. 6917887 Remove empty run_btreplay.sh by mbligh · 17 years ago
  95. c2ba751 After seeing that a handwritten ssh_host_mock was getting out of hand, decided to write a generic mock class that would by mbligh · 17 years ago
  96. cc54917 Risk: Medium by jadmanski · 17 years ago
  97. 153cc8b Attached is the patch for the libhugetlbfs client side test. by jadmanski · 17 years ago
  98. 1066297 Risk: Low by jadmanski · 17 years ago
  99. a859f26 Risk: Low by jadmanski · 17 years ago
  100. fa29a2a Remove all places where we are hardcoding python2.4 on the scripts by mbligh · 17 years ago