1. f48cc23 Hopefully the last massive cleanup. I removed all the old usage of "from common import" since this conflicts with our by mbligh · 16 years ago
  2. 6aab8cd Delete grub.py which has since been replaced by boottool, which hasn't by mbligh · 16 years ago
  3. 4700d94 the line "import common" is used to setup the absolute paths so that after that we can say things like by mbligh · 16 years ago
  4. b4ea9d2 Have to call import optparse after the call to import common, since by mbligh · 16 years ago
  5. d356bae kernel_versions_unittest was performing a "from blah import *" import which is against our style usage. by mbligh · 16 years ago
  6. 0f34a08 Risk: Low Visibility: Adds some more unittests by jadmanski · 16 years ago
  7. 7de3efe Risk: Low Visibility: Fixes a unittest. by jadmanski · 16 years ago
  8. 70feeee Needed to fix problems caused by the use of the old import usage which has by mbligh · 16 years ago
  9. 7636b3a unittest for base_server_job.py by mbligh · 16 years ago
  10. aadd083 I changed the unittest_suite to wrap the loadTestsFromName() method in a try/expect block by mbligh · 16 years ago
  11. 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 · 16 years ago
  12. e0af17f Risk: Low Visibility: Adds more unittests by jadmanski · 16 years ago
  13. c7b9530 Risk: Low Visibility: Affects anyone using/subclassing the server.hosts classes. by jadmanski · 16 years ago
  14. fa970da Allow site extensions to server_job.py by mbligh · 16 years ago
  15. 5bba5ca add missing file from last commit by mbligh · 16 years ago
  16. 6e83b6f Had to change a few classes to be new style python classes. This is done since by mbligh · 16 years ago
  17. 04428de This patch fixes this bug adding the '/jre' only to IBM's JVM. by mbligh · 16 years ago
  18. f20b9cd Fixed the imports for the profilers. by mbligh · 16 years ago
  19. 8b35285 Manual whitespace cleanups and coding style fixes by mbligh · 16 years ago
  20. 6b115f4 This stuff is horribly out of date....and UML really isn't terribly by jadmanski · 16 years ago
  21. bd8f998 more manual whitespace cleanups by mbligh · 16 years ago
  22. 3cbb2db remove old autotest.py by mbligh · 16 years ago
  23. 1544080 Whitespace changes to job.py by mbligh · 16 years ago
  24. 4eaaf52 Add distinct to query to cut time spent in half by showard · 16 years ago
  25. 9e6a4f1 whitespace cleanups to kernel.py by mbligh · 16 years ago
  26. 0afbb63 Convert all python code to use four-space indents instead of eight-space tabs. by jadmanski · 16 years ago
  27. 30413d5 Set executable bit on all cgi scripts by mbligh · 16 years ago
  28. 09a025e Add reindent script by mbligh · 16 years ago
  29. 64260ee Plotgraph handles skipped values badly. by mbligh · 16 years ago
  30. 92778b1 Allow subtitle above plot's key legends. by mbligh · 16 years ago
  31. b0dfb9f another lost part of the frontend refactoring. this is changes to rpc_utils to be more generic and more organized. by showard · 16 years ago
  32. 3182b33 minor refactorings to scheduler to make it more testable. the corresponding unit test changes seem to have gone in with some other change. by showard · 16 years ago
  33. 5a192f0 Import re module missing in a few tests. by mbligh · 16 years ago
  34. 099c142 Improvements of query history: by mbligh · 16 years ago
  35. 9b9cb73 Add in the blank GIF used by tko. by jadmanski · 16 years ago
  36. 98b0302 Removing a test which is not in the appropriate tests dir. by jadmanski · 16 years ago
  37. 63aa389 Fix up some server job imports, whitespace. by jadmanski · 16 years ago
  38. 193a9ca Add in code missing from a prior patch that adds a toolsdir attribute to by jadmanski · 16 years ago
  39. 2074cd8 Couple of reorg-related changes that didn't make it in. by showard · 16 years ago
  40. 9978bdf Change whitespace. by jadmanski · 16 years ago
  41. 6e66c07 Add in a variety of files that were mistakenly not commited from the patches by jadmanski · 16 years ago
  42. b0605d9 Fix up a few bits of whitespace silliness, unnecessary/missing newlines, etc. by jadmanski · 16 years ago
  43. 0ab8fee Risk: Low by mbligh · 16 years ago
  44. 14ad396 Add a file that was missed from a previous patch. by jadmanski · 16 years ago
  45. ee94ab1 Change new RPCs to be more consistent with rest of RPCs. by showard · 16 years ago
  46. 9434245 Add in a bunch of new mock utils, for mocking out stdout, stderr, exit, by jadmanski · 16 years ago
  47. 3d161b0 Move the mock libraries from client/unittest into client/common_lib/test_utils. by jadmanski · 16 years ago
  48. b060633 Risk: Low by jadmanski · 16 years ago
  49. 526d054 Add optional params to CmdResult.__init__ to allow the attributes to be set by mbligh · 16 years ago
  50. 7aff6bd Risk: Low Visibility: All people raising CmdError exceptions by mbligh · 16 years ago
  51. 7e1b150 Properly space error.py according to coding style by mbligh · 16 years ago
  52. d996396 Miscellaneous fixes for cpu_hotplug test by mbligh · 16 years ago
  53. 243f4bc Darkened the green in the 95%-100% range so that it's easier to distinguish between levels of failure. Also brightened the yellow so it's easier to see on projectors. by mbligh · 16 years ago
  54. 2b7974b Risk: Low by mbligh · 16 years ago
  55. d34763f Fix various TKO issues by mbligh · 16 years ago
  56. 5684b03 Whenever URL passed to compose_query.cgi contains argument brief=1 we will by mbligh · 16 years ago
  57. 8204f7f Add padding to the right side of compose_query.cgi so that the by mbligh · 16 years ago
  58. bcb2a86 TKO classification and generalization of reason of test failure. by mbligh · 16 years ago
  59. bbabf50 Added 2 RPC interfaces to add multiple hosts to a label. by showard · 16 years ago
  60. a6f1308 Changed the autoserv_parser to simple re-direct to getopts. by mbligh · 16 years ago
  61. acdbe35 -moved StaticDataRepository to autotest.common so new TKO can use it by showard · 16 years ago
  62. 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 · 16 years ago
  63. ba07f6d kernel_versions.version_encode mis-sorts _rcNN suffix in redhat-style kernel names. by mbligh · 16 years ago
  64. d660afe Add support for tagging subdirs independently of the testname tags. by mbligh · 16 years ago
  65. 5e85f05 Oops. This shouldn't have been added. by jadmanski · 16 years ago
  66. 255524e Risk: High Visibility: Medium by mbligh · 16 years ago
  67. aa9e674 Add missing changes to utils.py from earlier CL by mbligh · 16 years ago
  68. 58f50c1 adds the and_raises functionality to mock by mbligh · 16 years ago
  69. 3d26d19 Add test container_twoway/control.onepair, as a customizable example of by mbligh · 16 years ago
  70. e3f6868 GWT reorg part 3 by showard · 16 years ago
  71. a2216e7 GWT reorg part 2 by showard · 16 years ago
  72. ee4baa6 GWT reorg step 1. This is just too difficult to do in one step. This temporarily breaks GWT but we'll just have to accept that. It'll be fixed soon. by showard · 16 years ago
  73. c8aaf5e Misspelling minor fix. by mbligh · 16 years ago
  74. 96576fd Modify _copy_files() in ssh_host.py to throw an AutoservRunError exception so that code calling functions like host.get_file() works fine. by mbligh · 16 years ago
  75. 645308f Generic stubbing support for mock_god. by showard · 16 years ago
  76. 20f4706 -check ACLs directly in the scheduler (bypassing ineligible_host_queues) by showard · 16 years ago
  77. 34d0117 Risk: Required by mbligh · 16 years ago
  78. c61fb36 Risk: Medium by mbligh · 16 years ago
  79. 9f85792 Risk: Required at this point by mbligh · 16 years ago
  80. 71d1750 Visibility: Adds some unit tests. by jadmanski · 16 years ago
  81. 54d13e6 Tie conmux better to autotest by mbligh · 16 years ago
  82. 97a3cd6 Risk: Low Visibility: Adds a new comparator to the mock framework. by jadmanski · 16 years ago
  83. e0869d0 Change the way we direct the browser from Location: to Refresh:. by mbligh · 16 years ago
  84. 1965dfa New options and automatic ssh key setup by mbligh · 16 years ago
  85. 146c796 smart_sort is not sorting kernels correctly by mbligh · 16 years ago
  86. 004fde6 Fix up parsing of test versions to not add a newline by mbligh · 16 years ago
  87. 923a058 fix yet more broken crap by mbligh · 16 years ago
  88. ec0a42b Risk: Medium by jadmanski · 16 years ago
  89. 8445dcb Risk: Low Visibility: Anyone writing their own (complicated) control files. by mbligh · 16 years ago
  90. beb4b42 A previous patch altered client/bin/test.py and broke every test. The reason by mbligh · 16 years ago
  91. 8cd6ab3 Risk: Low Visibility: Fixes a source of autotest_client crashes by jadmanski · 16 years ago
  92. 0e6192a Risk: High by mbligh · 16 years ago
  93. e829ba5 Risk: Medium to high (Touches a lot of code) by mbligh · 16 years ago
  94. 02ff2d5 Risk: Medium - Hits quite a bit of different areas by mbligh · 16 years ago
  95. 33dbc91 Cleanups for kernel.py from Scottz by mbligh · 16 years ago
  96. 9fb37cb Cleanups for autotest_utils.py from Scottz by mbligh · 16 years ago
  97. 5223791 Risk: Low (Only tests modified/defaults added) by mbligh · 16 years ago
  98. 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 · 16 years ago
  99. c591de6 fixed a minor woops (checking euqlity of multiple args) and changed mock_demo.py so that it tests this case by mbligh · 16 years ago
  100. 9ca5270 The autotest frontend should run every test in its own step so that, if one test reboots the machine, the rest keep running. by showard · 16 years ago