1. e7a42a5 8.1.4 is no longer available for download so update to the newest version. by mbligh · 17 years ago
  2. 0afe0c2 5.0.24a is no longer available for download so update to the newest stable by mbligh · 17 years ago
  3. 2711360 Ran across this trivial typo: jobtab != jobtag by mbligh · 17 years ago
  4. 9c5ac32 Fix up error handling of aborts. Make sure we print tracebacks for by mbligh · 17 years ago
  5. d567f72 Increase the timeout used when waiting for a machine to shut down during a reboot, and raise an exception if it times out instead of proceeding as if the reboot succeeded. by mbligh · 17 years ago
  6. f36243d Below is the shell for installer support. At the moment, this is by mbligh · 17 years ago
  7. 8bdc199 Fix tsc test to log its output. by mbligh · 17 years ago
  8. 80d2077 This increases the default reboot timeout from ten minutes to thirty by mbligh · 17 years ago
  9. 87c5d88 This patch adds logging for reboots into the status log so that you can determine if a machine is busy rebooting (or that the reboot has timed out) by looking at just status.log. It also enhaces status.py to handle all test status values, not just GOOD, WARN and FAIL. by mbligh · 17 years ago
  10. e22a962 add missing test file from last patch by mbligh · 17 years ago
  11. 0e4613b Add run_timed_test to autotest.py kill tests after a certain timeout. by mbligh · 17 years ago
  12. e6c995f For hosts with a serial console, this adds adds some extra logging of warnings, panics, etc, through SSHHost. It also disables netconsole by default, since the netconsole module seems to cause problems on some kernels/hardware. by mbligh · 17 years ago
  13. e0b2178 A first pass at writing a parser for looking at status.log files and providing information about: by mbligh · 17 years ago
  14. f1c4826 Add deps to tko README by mbligh · 17 years ago
  15. be2f236 Oops, forgot to import utils by mbligh · 17 years ago
  16. 4378f25 Update README to reflect machine_map functionality by mbligh · 17 years ago
  17. ba9c54c assign a default value to machine_map by mbligh · 17 years ago
  18. 60dbd50 When executing a server control file, make sure we run it inside a copy of the provided namespace. Otherwise objects created inside the control file may leave references lying around and never be cleaned up. Since we rely on SSHHost.__del__ to clean up logging processes, this can be a big problem. by mbligh · 17 years ago
  19. 43c2e7a add remote r/o access to tko db in the README by mbligh · 17 years ago
  20. c40fa92 Change ConmuxSSHHost to SSHHost by mbligh · 17 years ago
  21. da0311e Checking if the right kernel has been installed after we reboot. by mbligh · 17 years ago
  22. 29d6503 Added a cleanup method to the test class that is called in a finally by mbligh · 17 years ago
  23. 6a0010f Export wait_for_restart by mbligh · 17 years ago
  24. 2b010a3 Fix typo in sleeptest.srv by mbligh · 17 years ago
  25. ba81c68 Fixed SSHHost.hardreset to raise an exception if the operation is unsupported by mbligh · 17 years ago
  26. 994a23d Make test parser insert the test version into the tko db. by mbligh · 17 years ago
  27. 9ec9485 Fix parse to understand hiearchical jobs and enable parsing of a by mbligh · 17 years ago
  28. 5e0b3ef Update README by mbligh · 17 years ago
  29. 6f7021f Remove explicit URL from machine_benchmark.cgi by mbligh · 17 years ago
  30. c959f4f Change frontend.py's results reference to a relative path by mbligh · 17 years ago
  31. a9563b9 Don't wait_up() without a timeout in ensure_up() by mbligh · 17 years ago
  32. 59f70aa Fix trailing /'s for location per msb from last night by mbligh · 17 years ago
  33. 84c0ab1 disable logging during post-test reboot (it was blowing away the logs) by mbligh · 17 years ago
  34. 6e18dab Fix utils.get not to make gratuitous copies of local dir trees by mbligh · 17 years ago
  35. 5c5e408 Fix up server-side examples to cope with multiple machines. by mbligh · 17 years ago
  36. cc53b35 Hook site.env from host local extensions by mbligh · 17 years ago
  37. 10a24a7 Fix up rpm_kernel to have a boot method, and provide a sample file by mbligh · 17 years ago
  38. a5d32f1 Add site-specific sysinfo extensions by mbligh · 17 years ago
  39. d2fc50f This includes several changes to status and console logging: by mbligh · 17 years ago
  40. 53c4150 There's way too many levels of indirection inbetween job.run_test by mbligh · 17 years ago
  41. afb6390 Ditch errors from dmesg by mbligh · 17 years ago
  42. 4ef8623 Fix autoserv usage args by mbligh · 17 years ago
  43. 31f858f If it fails during the sys.path.insert, we don't want to do the pop at the end. by mbligh · 17 years ago
  44. ac4b070 Delete extra copy of rmap-test.c by mbligh · 17 years ago
  45. b3e4e3f This is a little control file I made to open an interactive Python console by mbligh · 17 years ago
  46. f5909fd This upgrades signaltest.c to version V 0.3. Plus It also has one by mbligh · 17 years ago
  47. 3aef793 more README fixes by mbligh · 17 years ago
  48. 034bfa9 update readme username by mbligh · 17 years ago
  49. 736adc9 Add kernel rpm installation support to the client side. by mbligh · 17 years ago
  50. 7364ae4 Fixes SSHHost.__del__ to make sure that the "logger_pid" and "netlogger_pid" by mbligh · 17 years ago
  51. 9708f73 At some point, parallel_simple was broken. This updated patch fixes this by mbligh · 17 years ago
  52. be82203 The test class should now clear out the tmpdir after the test is executed. by mbligh · 17 years ago
  53. 0faf91f Patch to use 'ssh -a' instead of 'ssh' didn't include doing rsync. by mbligh · 17 years ago
  54. de38437 Adds support for logging netconsole output for a remote host. by mbligh · 17 years ago
  55. b10a60f DB schema/parse change to store user name and user assigned labels for tests. by mbligh · 17 years ago
  56. e6647d1 Always use ssh -a to avoid agent socket errors. While I'm at it, by mbligh · 17 years ago
  57. 3409ee7 Merged ConmuxSSHHost with SSHHost. If the remote machine has a serial by mbligh · 17 years ago
  58. 18420c2 Change 'tag' to 'label' for labelling jobs with arbitrary info by mbligh · 17 years ago
  59. 3dcf2c9 Remove status file before we start by mbligh · 17 years ago
  60. 43e274d conmux: make sure we install all drivers by apw · 17 years ago
  61. 0526936 Add support for tests on the server side by mbligh · 17 years ago
  62. ef7913e conmux: hmc -- complain on bad command by apw · 17 years ago
  63. 809f933 conmux: reboot-numaq list systems on reboot failure by apw · 17 years ago
  64. 8f65354 conmux: hmc - loosen password prompt check by apw · 17 years ago
  65. 43ac522 Move tests into self-test by mbligh · 17 years ago
  66. 3673e75 Fix spacing in autoserv by mbligh · 17 years ago
  67. f1c5284 Move the meat of autoserv into a separate job class, and provide logging by mbligh · 17 years ago
  68. 6c22ddd Fix up keyval not to require numbers by mbligh · 17 years ago
  69. ffa0096 run default tbench in multi-thread mode just like dbench. by mbligh · 17 years ago
  70. e267685 We need the preamble here, otherwise it autoserv doesn't know about by mbligh · 17 years ago
  71. 5f876ad Add some missing functions from the host class and utils by mbligh · 17 years ago
  72. 2e793a4 Use the warmup run to log the output, and use /dev/null for redirect during by mbligh · 17 years ago
  73. 25bb1e1 disktest.py should look how much space is available on the target, by mbligh · 17 years ago
  74. 5e3ad61 add parsing of keyvals to aiostress and unixbench by mbligh · 17 years ago
  75. 920327b Add reboot tests by mbligh · 17 years ago
  76. cc2c3a6 Reboot at the end of a test by passing -b to autoserv. by mbligh · 17 years ago
  77. 2392ee5 Add deps dir to make_clean by mbligh · 17 years ago
  78. 8fc0e5a The server copies it's client directory out to the clients ... if by mbligh · 17 years ago
  79. 30f28c5 Once upon a time, a long long time ago, on a dark and stormy night, by mbligh · 17 years ago
  80. 8f9e97f Fix kernbench control file to 1 iteration by mbligh · 17 years ago
  81. 432bad4 Implement atomic updates for SQL tables to ensure we get the whole by mbligh · 17 years ago
  82. b020ff5 add uname.srv by mbligh · 17 years ago
  83. 66e2a93 finish cleaning up server side control files by mbligh · 17 years ago
  84. 9444b7b fix up server samples by mbligh · 17 years ago
  85. 7c1f507 Fix up sample files by mbligh · 17 years ago
  86. 6a69413 boottool: update the default position to the end of the bootloader config by apw · 17 years ago
  87. d2ba745 boottool: add zipl support by apw · 17 years ago
  88. 3bc7b8c Update server structure to reflect new scheduler by mbligh · 17 years ago
  89. 6c2f313 boottool: add a common method to build the new kernel cmdline v2 by apw · 17 years ago
  90. 71d338a Add coding style doc by mbligh · 17 years ago
  91. 9d1c730 Rework much of the autoserv script. Support -c for client side control files by mbligh · 17 years ago
  92. 09f89ba update parallel sample to only create one autotest instance by mbligh · 17 years ago
  93. 2415c20 Fix run_test.simple by mbligh · 17 years ago
  94. 724ff1e update autotest control file to something vaguely sane by mbligh · 17 years ago
  95. 7e92b53 Provide drill-down links from group_test.cgi by mbligh · 17 years ago
  96. ed56cf0 Add the capability to query by group in machine_kernel_test.cgi by mbligh · 17 years ago
  97. 6eec7de Fix up machine_kernel_test.cgi to do proper counting of multiple test runs by mbligh · 17 years ago
  98. e4624d4 add an option to machine_kernel_test.cgi to only display one test by mbligh · 17 years ago
  99. 5556702 link group_test.cgi into machine_kernel.cgi and clean it up by mbligh · 17 years ago
  100. d077d1d Fix display.box() calls to use link arg in machine_kernel_test.cgi by mbligh · 17 years ago