1. 15eff8d Added Name and other descriptive variables to the control files for kernbench. by mbligh · 16 years ago
  2. 5d0b318 Fix bad links when compose_query.cgi is viewed in 'brief' mode since by mbligh · 16 years ago
  3. e01c2e5 Lets not insert a newline between every single character of the by jadmanski · 16 years ago
  4. c960fcf Update the CODING_STYLE to reflect our tabs/spaces change. by mbligh · 16 years ago
  5. 98a860d Control file updates for aborttest, aio_dio_bugs and aiostress by mbligh · 16 years ago
  6. 3aa22da Add in from autotest_lib.client.common_lib.utils import * to the job preamble by mbligh · 16 years ago
  7. 1afe1ea import re module also missing on bonnie test by mbligh · 16 years ago
  8. d56eb27 Add a run_output method to the Host class, that is basically just run, but by jadmanski · 16 years ago
  9. 57e7866 Moved client_logger class back into server/server_job.py by mbligh · 16 years ago
  10. 351d555 Add a profiler table creation migration script by mbligh · 16 years ago
  11. 893e056 When a test explicilty uses SSHHost.wait_for_restart, wrap the reboot by jadmanski · 16 years ago
  12. b33e53e Fix errors found by lint. by mbligh · 16 years ago
  13. 4eb888c lint fixups for profilers by mbligh · 16 years ago
  14. 6f73136 Changes the semantics of UnhandledError. First, it takes in a root by jadmanski · 16 years ago
  15. f5fdfab This changes the automatically generated control files to use spaces by mbligh · 16 years ago
  16. ef84831 Risk: Low Visibility: Changes the errors throws by a bunch of tests. by jadmanski · 16 years ago
  17. ec5546d Fix a few erroneous references to ValidationError found by pylint. by mbligh · 16 years ago
  18. 082f694 Update base_server_job.py to allow for server side site_tests by mbligh · 16 years ago
  19. c1f8ced Added a bit more coverage in the client/bin/job unittest. by mbligh · 16 years ago
  20. 78be24a Fix tests broken due to the import * and system/system_output changes. by mbligh · 16 years ago
  21. 2b9a88b -allow users to select profilers in the create job view by showard · 16 years ago
  22. 2de8f90 -change frontend_unittest to execute the unittests directly (as opposed to executing them through manage.py in a separate process). this should get us coverage data. the unit tests could still be better integrated into the whole suite, but this is an improvement. by showard · 16 years ago
  23. b376bc5 Fix a bug introduced into recovery code in my refatoring for testability. PidfileRunMonitor.run() was being called on a path when it shouldn't have been. by showard · 16 years ago
  24. 7076b19 fix syntax error in locate by mbligh · 16 years ago
  25. 19f4945 Remove duplicate copy of _process_output by mbligh · 16 years ago
  26. 987071e Clean up locate by mbligh · 16 years ago
  27. f7ca76d Risk: Low, the code was already broken by jadmanski · 16 years ago
  28. 3246a77 Fix the use of autotest_utils functions in oprofile so the profiler by mbligh · 16 years ago
  29. 27d0cb9 Make sure that error messages from god are already displayed. by mbligh · 16 years ago
  30. 24f8f5b Fixed autotest_unittest.py to use new mock mechanisms and to fix an issue it was causing other unittests by mbligh · 16 years ago
  31. 81103b1 Fixed the base_server_job_unittest to be consistent to the new integration of expect_new with the by mbligh · 16 years ago
  32. 8c435fe Allow to run unittest per directory, e.g.: python unittest_suite.py frontend by mbligh · 16 years ago
  33. e3f2f71 Remove an 80-char line violation. by jadmanski · 16 years ago
  34. 925e1b1 Risk: Medium Visibility: None by mbligh · 16 years ago
  35. 1c9b1d2 Remove custom basename implementation unearthed by jorlow by mbligh · 16 years ago
  36. 23955fc I ran PyLint on our client/bin/ files and looked at only the errors. by mbligh · 16 years ago
  37. 24e66a2 Fix uses of non-existant variables in test_config.py by mbligh · 16 years ago
  38. e61037c Added some unit tests to test the barriers. Fixed a couple of minor bugs in barrier.py by mbligh · 16 years ago
  39. 4046d5c Cleanup harness so that we don't use exec to make pylint happy (and by mbligh · 16 years ago
  40. 539d876 Fixed another woops. The path laid out in the preamble is wrong. by mbligh · 16 years ago
  41. 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
  42. 6aab8cd Delete grub.py which has since been replaced by boottool, which hasn't by mbligh · 16 years ago
  43. 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
  44. b4ea9d2 Have to call import optparse after the call to import common, since by mbligh · 16 years ago
  45. d356bae kernel_versions_unittest was performing a "from blah import *" import which is against our style usage. by mbligh · 16 years ago
  46. 0f34a08 Risk: Low Visibility: Adds some more unittests by jadmanski · 16 years ago
  47. 7de3efe Risk: Low Visibility: Fixes a unittest. by jadmanski · 16 years ago
  48. 70feeee Needed to fix problems caused by the use of the old import usage which has by mbligh · 16 years ago
  49. 7636b3a unittest for base_server_job.py by mbligh · 16 years ago
  50. aadd083 I changed the unittest_suite to wrap the loadTestsFromName() method in a try/expect block by mbligh · 16 years ago
  51. 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
  52. e0af17f Risk: Low Visibility: Adds more unittests by jadmanski · 16 years ago
  53. c7b9530 Risk: Low Visibility: Affects anyone using/subclassing the server.hosts classes. by jadmanski · 16 years ago
  54. fa970da Allow site extensions to server_job.py by mbligh · 16 years ago
  55. 5bba5ca add missing file from last commit by mbligh · 16 years ago
  56. 6e83b6f Had to change a few classes to be new style python classes. This is done since by mbligh · 16 years ago
  57. 04428de This patch fixes this bug adding the '/jre' only to IBM's JVM. by mbligh · 16 years ago
  58. f20b9cd Fixed the imports for the profilers. by mbligh · 16 years ago
  59. 8b35285 Manual whitespace cleanups and coding style fixes by mbligh · 16 years ago
  60. 6b115f4 This stuff is horribly out of date....and UML really isn't terribly by jadmanski · 16 years ago
  61. bd8f998 more manual whitespace cleanups by mbligh · 16 years ago
  62. 3cbb2db remove old autotest.py by mbligh · 16 years ago
  63. 1544080 Whitespace changes to job.py by mbligh · 16 years ago
  64. 4eaaf52 Add distinct to query to cut time spent in half by showard · 16 years ago
  65. 9e6a4f1 whitespace cleanups to kernel.py by mbligh · 16 years ago
  66. 0afbb63 Convert all python code to use four-space indents instead of eight-space tabs. by jadmanski · 16 years ago
  67. 30413d5 Set executable bit on all cgi scripts by mbligh · 16 years ago
  68. 09a025e Add reindent script by mbligh · 16 years ago
  69. 64260ee Plotgraph handles skipped values badly. by mbligh · 16 years ago
  70. 92778b1 Allow subtitle above plot's key legends. by mbligh · 16 years ago
  71. 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
  72. 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
  73. 5a192f0 Import re module missing in a few tests. by mbligh · 16 years ago
  74. 099c142 Improvements of query history: by mbligh · 16 years ago
  75. 9b9cb73 Add in the blank GIF used by tko. by jadmanski · 16 years ago
  76. 98b0302 Removing a test which is not in the appropriate tests dir. by jadmanski · 16 years ago
  77. 63aa389 Fix up some server job imports, whitespace. by jadmanski · 16 years ago
  78. 193a9ca Add in code missing from a prior patch that adds a toolsdir attribute to by jadmanski · 16 years ago
  79. 2074cd8 Couple of reorg-related changes that didn't make it in. by showard · 16 years ago
  80. 9978bdf Change whitespace. by jadmanski · 16 years ago
  81. 6e66c07 Add in a variety of files that were mistakenly not commited from the patches by jadmanski · 16 years ago
  82. b0605d9 Fix up a few bits of whitespace silliness, unnecessary/missing newlines, etc. by jadmanski · 16 years ago
  83. 0ab8fee Risk: Low by mbligh · 16 years ago
  84. 14ad396 Add a file that was missed from a previous patch. by jadmanski · 16 years ago
  85. ee94ab1 Change new RPCs to be more consistent with rest of RPCs. by showard · 16 years ago
  86. 9434245 Add in a bunch of new mock utils, for mocking out stdout, stderr, exit, by jadmanski · 16 years ago
  87. 3d161b0 Move the mock libraries from client/unittest into client/common_lib/test_utils. by jadmanski · 16 years ago
  88. b060633 Risk: Low by jadmanski · 16 years ago
  89. 526d054 Add optional params to CmdResult.__init__ to allow the attributes to be set by mbligh · 16 years ago
  90. 7aff6bd Risk: Low Visibility: All people raising CmdError exceptions by mbligh · 16 years ago
  91. 7e1b150 Properly space error.py according to coding style by mbligh · 16 years ago
  92. d996396 Miscellaneous fixes for cpu_hotplug test by mbligh · 16 years ago
  93. 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
  94. 2b7974b Risk: Low by mbligh · 16 years ago
  95. d34763f Fix various TKO issues by mbligh · 16 years ago
  96. 5684b03 Whenever URL passed to compose_query.cgi contains argument brief=1 we will by mbligh · 16 years ago
  97. 8204f7f Add padding to the right side of compose_query.cgi so that the by mbligh · 16 years ago
  98. bcb2a86 TKO classification and generalization of reason of test failure. by mbligh · 16 years ago
  99. bbabf50 Added 2 RPC interfaces to add multiple hosts to a label. by showard · 16 years ago
  100. a6f1308 Changed the autoserv_parser to simple re-direct to getopts. by mbligh · 16 years ago