1. 4ff46b0 Added a timeout to ssh_ping. ssh was hanging, but wasn't being killed for by mbligh · 17 years ago
  2. 90ae1f8 clean up by removing 0 sized files by mbligh · 17 years ago
  3. e5cd0fd Provide an options not to tee the output to stdout/stdderr. by mbligh · 17 years ago
  4. 4ef823f Add proper constraints and indices to tko database by mbligh · 17 years ago
  5. 52c0a17 Take min diskspace down to 20GB to cope with a wider variety of machines by mbligh · 17 years ago
  6. 09f4569 Get rid of a few meaningless errors from test commands by mbligh · 17 years ago
  7. 84bafdb As discussed previously regarding support for proprietary/internal by mbligh · 17 years ago
  8. 6811958 Adapt Autotest for running benchmarks in pairs under separate containers. by mbligh · 17 years ago
  9. d5a3883 Add a libdir to allow tests to share common libraries. by mbligh · 17 years ago
  10. b25dda2 Add key to iteration_result table to index on test_idx by mbligh · 17 years ago
  11. b89c7b3 Convert parse to use OptionParser by mbligh · 17 years ago
  12. 8141f86 oops. repair should call verify, not itself by mbligh · 17 years ago
  13. eea785f Outputs a blank line after each run of iozone. by mbligh · 17 years ago
  14. 603f7ac In order to accomodate LSB wrapper, package functions were extended: by mbligh · 17 years ago
  15. 6f075f0 db.py should look in its directory, not the directory of the executable by mbligh · 17 years ago
  16. cfc7ab3 Pull the rsync/scp launching code out of get_file and send_file and by mbligh · 17 years ago
  17. 6cdb1bf Add an exception if the subcommand fails. by mbligh · 17 years ago
  18. af4efc2 system_output() needs to shift the return code by 8 by mbligh · 17 years ago
  19. 970b94e Add in a hook to server_job to allow the gathering of site-specific data by mbligh · 17 years ago
  20. 5af0203 autotest_utils.py:get_file() has a bug in processing the optional by mbligh · 17 years ago
  21. bbbb13e Fix keyval parser for unixbench. by mbligh · 17 years ago
  22. e25fd5b Change verify to throw an error if it fails, and record things correctly by mbligh · 17 years ago
  23. adff6ca Add a check to see if the temporary results directory exists, if it doesn't by mbligh · 17 years ago
  24. 0f5ad64 Add missing utils in front of system() call by mbligh · 17 years ago
  25. d56eb59 Ran into another bug where a file is written to without checking by mbligh · 17 years ago
  26. 67a936f This rsync flag is too agressive. If you're afraid that existing files are by mbligh · 17 years ago
  27. 7471c6c Raise a better (non-Autotest) error class. This code probably shouldn't by mbligh · 17 years ago
  28. 840e406 A quick fix to the KVM host class. by mbligh · 17 years ago
  29. 74b22c3 I changed KVM.py to use the -pidfile and -daemonize with QEMU, and by mbligh · 17 years ago
  30. a4d4f37 We shouldn't mark it as GOOD until it completes! by mbligh · 17 years ago
  31. 70cf0ec Fix autotest to always use the local copy of conmux by mbligh · 17 years ago
  32. 1193986 Allow conmux to pick up from local configuration file by mbligh · 17 years ago
  33. 63fcd16 Made functions rpm_info() and dpkg_info() private, since they're not by mbligh · 17 years ago
  34. c3aee0f Added timeout to parallel subcommands. by mbligh · 17 years ago
  35. ec75576 Reverting changes made on 5 places where zero argument raises were by mbligh · 17 years ago
  36. 0cd5149 Revert broken exception handling change by mbligh · 17 years ago
  37. ff48fca add missing newline to error message from conmux-attach by mbligh · 17 years ago
  38. 4a3e697 add missing standalone profiler file by mbligh · 17 years ago
  39. 07a923f Set default run timeout to something sane (1hr) by mbligh · 17 years ago
  40. 34faa28 SSH has an exit code of 255 and prints out an error message when by mbligh · 17 years ago
  41. 74a7c84 Add --force to rsync command in ssh_host.py. This should avoid errors by mbligh · 17 years ago
  42. 6a2a2df Ensure all AutoservRunErrors are constructed with a tuple of two objects, as expected. Also change AutoservRunError's docstring to reflect this requirement. Fixed up some formatting in run_grep while I was at it. by mbligh · 17 years ago
  43. 67c5f92 This original assert_ patch doesn't do exactly what I wanted it to. I don't by mbligh · 17 years ago
  44. 2ba3e73 Clean up the reporting backend, and add CLI functionality by mbligh · 17 years ago
  45. d4ecd20 I thought it would be handy to have a write_keyval() API call inside test. by mbligh · 17 years ago
  46. 3177be4 Fix up a couple places where autotest errors are referenced but by mbligh · 17 years ago
  47. 71ea249 Revert one of the raise changes that was made by r1158 to convert a by mbligh · 17 years ago
  48. e7bf64a Use simpler version of the parallel code in server/samples/reboot.srv by mbligh · 17 years ago
  49. d509b71 job.parallel should accumulate any exceptions that are thrown during by mbligh · 17 years ago
  50. 900b6c1 Since we're making an effort to fix string based exceptions and pointing by mbligh · 17 years ago
  51. ecf55f4 Pre-emptively check if a test has already been run with the same tag by mbligh · 17 years ago
  52. 642b03e Now fixing the places where we're raising string exceptions on the by mbligh · 17 years ago
  53. 4d6feff Fix exceptions not to be strings by mbligh · 17 years ago
  54. dd3235b Create a new run_grep method to parse command output generically. by mbligh · 17 years ago
  55. b3c9f37 Update for having profilers run on machines where there are no by mbligh · 17 years ago
  56. 37d53c3 Use rsync to copy log files back to autoserv host. Fix some indentation errors. by mbligh · 17 years ago
  57. 3aa6b2a Conmux driver for Servertech Sentry power strip by mbligh · 17 years ago
  58. 5dc6f84 update block structures again by mbligh · 17 years ago
  59. aa1676a Update block diagrams by mbligh · 17 years ago
  60. c139dba add block structure diagrams by mbligh · 17 years ago
  61. 1467162 Move where the headers get generated on the results page by mbligh · 17 years ago
  62. cb0c38c Add a link to autotest by mbligh · 17 years ago
  63. c37e746 re-add logo by mbligh · 17 years ago
  64. 1b407e3 delete logo by mbligh · 17 years ago
  65. cc4b111 Remove unnecessary detection of len(machines) - this is now done in paralell by mbligh · 17 years ago
  66. ffd1c11 overall structure diagrams by mbligh · 17 years ago
  67. 67c4dc0 add the logo (transparent background) by mbligh · 17 years ago
  68. 2bb6dfd Allow caller to override database params in db.py by mbligh · 17 years ago
  69. 05d8121 Fix up parsing to be a bit more robust, and change the warning_monitor by mbligh · 17 years ago
  70. bafa6ef Fix parser to recognize job aborts by mbligh · 17 years ago
  71. 10b3a08 Make utils.system() print to stdout / stderr as intended by mbligh · 17 years ago
  72. 78669ff add a run_grep command to the ssh_host object by mbligh · 17 years ago
  73. 6b34c4c Add some modules and CPU handling functions to autotest_utils.py by mbligh · 17 years ago
  74. ae3bf21 Reduce failure of linking init scripts to a warning, to make by mbligh · 17 years ago
  75. 0fb8397 Add missing part of sysinfo change by mbligh · 17 years ago
  76. f165a94 kernbench should use a temp directory as its build dir, and not the by mbligh · 17 years ago
  77. ff6b402 We should be raising an AutoservRunError here, not a CmdError. by mbligh · 17 years ago
  78. afb304f Symlink current reboot in test sysinfo by mbligh · 17 years ago
  79. e73403b Fix oprofile to use the local copy if the source one can't be built. by mbligh · 17 years ago
  80. f394fd1 cleanup by mbligh · 17 years ago
  81. 58a8f0e remove old crud by showard · 17 years ago
  82. 662638b aa by showard · 17 years ago
  83. bda2377 remove x by showard · 17 years ago
  84. ead4a68 aa by showard · 17 years ago
  85. 89c4034 iaa by showard · 17 years ago
  86. 26aa9c8 x by showard · 17 years ago
  87. 0cd7d6b a by showard · 17 years ago
  88. c6aacdd i by showard · 17 years ago
  89. a34025d ia by showard · 17 years ago
  90. bf817da a by mbligh · 17 years ago
  91. b0ba8b2 test by showard · 17 years ago
  92. cc8aa0f test by showard · 17 years ago
  93. a713447 test by showard · 17 years ago
  94. 5e8d317 another test by mbligh · 17 years ago
  95. 1c8517e Testing for mbligh 2 by showard · 17 years ago
  96. 9d907df Testing for mbligh by showard · 17 years ago
  97. 4855c9d testing by mbligh · 17 years ago
  98. c2722d4 add testme subdir by mbligh · 17 years ago
  99. 49e8d50 Shift the result of os.system eight bits so that we get the actual exit by mbligh · 17 years ago
  100. 5deff3d Add a new exception for installation failures. by mbligh · 17 years ago