1. 2e4e5df Add reporting support for backend. by mbligh · 17 years ago
  2. f912c44 Add an initial implementation of a install_package() function, that by mbligh · 17 years ago
  3. 2c04ee8 A patch that added server/parse.py written by me was applied (but by mbligh · 17 years ago
  4. e08fc52 First shot at getting something to parse status.log files. by mbligh · 17 years ago
  5. 40f122a Allow site-local extensions to autoserv, and a custom site install by mbligh · 17 years ago
  6. 09eab07 Change .gz to a .bz2 by mbligh · 17 years ago
  7. 629dc63 pgpool is looking for pgsql in the wrong path. Fix it. by mbligh · 17 years ago
  8. a19935d add missing dbt2-0.39.tar.gz by mbligh · 17 years ago
  9. 770e3d7 Intel Virtualization cpuflags are 'vmx' not 'vme' (Virtual Mode by mbligh · 17 years ago
  10. 7942d39 Move the five second sleep that we perform on the client before by mbligh · 17 years ago
  11. 60e949b Stupid bug, missed an update of the package version. by mbligh · 17 years ago
  12. a70f5a4 add missing sysbench tarball by mbligh · 17 years ago
  13. afce103 The FreeBSD guys are doing Linux comparisons with sysbench again. We by mbligh · 17 years ago
  14. e7a42a5 8.1.4 is no longer available for download so update to the newest version. by mbligh · 17 years ago
  15. 0afe0c2 5.0.24a is no longer available for download so update to the newest stable by mbligh · 17 years ago
  16. 2711360 Ran across this trivial typo: jobtab != jobtag by mbligh · 17 years ago
  17. 9c5ac32 Fix up error handling of aborts. Make sure we print tracebacks for by mbligh · 17 years ago
  18. 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
  19. f36243d Below is the shell for installer support. At the moment, this is by mbligh · 17 years ago
  20. 8bdc199 Fix tsc test to log its output. by mbligh · 17 years ago
  21. 80d2077 This increases the default reboot timeout from ten minutes to thirty by mbligh · 17 years ago
  22. 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
  23. e22a962 add missing test file from last patch by mbligh · 17 years ago
  24. 0e4613b Add run_timed_test to autotest.py kill tests after a certain timeout. by mbligh · 17 years ago
  25. 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
  26. e0b2178 A first pass at writing a parser for looking at status.log files and providing information about: by mbligh · 17 years ago
  27. f1c4826 Add deps to tko README by mbligh · 17 years ago
  28. be2f236 Oops, forgot to import utils by mbligh · 17 years ago
  29. 4378f25 Update README to reflect machine_map functionality by mbligh · 17 years ago
  30. ba9c54c assign a default value to machine_map by mbligh · 17 years ago
  31. 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
  32. 43c2e7a add remote r/o access to tko db in the README by mbligh · 17 years ago
  33. c40fa92 Change ConmuxSSHHost to SSHHost by mbligh · 17 years ago
  34. da0311e Checking if the right kernel has been installed after we reboot. by mbligh · 17 years ago
  35. 29d6503 Added a cleanup method to the test class that is called in a finally by mbligh · 17 years ago
  36. 6a0010f Export wait_for_restart by mbligh · 17 years ago
  37. 2b010a3 Fix typo in sleeptest.srv by mbligh · 17 years ago
  38. ba81c68 Fixed SSHHost.hardreset to raise an exception if the operation is unsupported by mbligh · 17 years ago
  39. 994a23d Make test parser insert the test version into the tko db. by mbligh · 17 years ago
  40. 9ec9485 Fix parse to understand hiearchical jobs and enable parsing of a by mbligh · 17 years ago
  41. 5e0b3ef Update README by mbligh · 17 years ago
  42. 6f7021f Remove explicit URL from machine_benchmark.cgi by mbligh · 17 years ago
  43. c959f4f Change frontend.py's results reference to a relative path by mbligh · 17 years ago
  44. a9563b9 Don't wait_up() without a timeout in ensure_up() by mbligh · 17 years ago
  45. 59f70aa Fix trailing /'s for location per msb from last night by mbligh · 17 years ago
  46. 84c0ab1 disable logging during post-test reboot (it was blowing away the logs) by mbligh · 17 years ago
  47. 6e18dab Fix utils.get not to make gratuitous copies of local dir trees by mbligh · 17 years ago
  48. 5c5e408 Fix up server-side examples to cope with multiple machines. by mbligh · 17 years ago
  49. cc53b35 Hook site.env from host local extensions by mbligh · 17 years ago
  50. 10a24a7 Fix up rpm_kernel to have a boot method, and provide a sample file by mbligh · 17 years ago
  51. a5d32f1 Add site-specific sysinfo extensions by mbligh · 17 years ago
  52. d2fc50f This includes several changes to status and console logging: by mbligh · 17 years ago
  53. 53c4150 There's way too many levels of indirection inbetween job.run_test by mbligh · 17 years ago
  54. afb6390 Ditch errors from dmesg by mbligh · 17 years ago
  55. 4ef8623 Fix autoserv usage args by mbligh · 17 years ago
  56. 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
  57. ac4b070 Delete extra copy of rmap-test.c by mbligh · 17 years ago
  58. b3e4e3f This is a little control file I made to open an interactive Python console by mbligh · 17 years ago
  59. f5909fd This upgrades signaltest.c to version V 0.3. Plus It also has one by mbligh · 17 years ago
  60. 3aef793 more README fixes by mbligh · 17 years ago
  61. 034bfa9 update readme username by mbligh · 17 years ago
  62. 736adc9 Add kernel rpm installation support to the client side. by mbligh · 17 years ago
  63. 7364ae4 Fixes SSHHost.__del__ to make sure that the "logger_pid" and "netlogger_pid" by mbligh · 17 years ago
  64. 9708f73 At some point, parallel_simple was broken. This updated patch fixes this by mbligh · 17 years ago
  65. be82203 The test class should now clear out the tmpdir after the test is executed. by mbligh · 17 years ago
  66. 0faf91f Patch to use 'ssh -a' instead of 'ssh' didn't include doing rsync. by mbligh · 17 years ago
  67. de38437 Adds support for logging netconsole output for a remote host. by mbligh · 17 years ago
  68. b10a60f DB schema/parse change to store user name and user assigned labels for tests. by mbligh · 17 years ago
  69. e6647d1 Always use ssh -a to avoid agent socket errors. While I'm at it, by mbligh · 17 years ago
  70. 3409ee7 Merged ConmuxSSHHost with SSHHost. If the remote machine has a serial by mbligh · 17 years ago
  71. 18420c2 Change 'tag' to 'label' for labelling jobs with arbitrary info by mbligh · 17 years ago
  72. 3dcf2c9 Remove status file before we start by mbligh · 17 years ago
  73. 43e274d conmux: make sure we install all drivers by apw · 17 years ago
  74. 0526936 Add support for tests on the server side by mbligh · 17 years ago
  75. ef7913e conmux: hmc -- complain on bad command by apw · 17 years ago
  76. 809f933 conmux: reboot-numaq list systems on reboot failure by apw · 17 years ago
  77. 8f65354 conmux: hmc - loosen password prompt check by apw · 17 years ago
  78. 43ac522 Move tests into self-test by mbligh · 17 years ago
  79. 3673e75 Fix spacing in autoserv by mbligh · 17 years ago
  80. f1c5284 Move the meat of autoserv into a separate job class, and provide logging by mbligh · 17 years ago
  81. 6c22ddd Fix up keyval not to require numbers by mbligh · 17 years ago
  82. ffa0096 run default tbench in multi-thread mode just like dbench. by mbligh · 17 years ago
  83. e267685 We need the preamble here, otherwise it autoserv doesn't know about by mbligh · 17 years ago
  84. 5f876ad Add some missing functions from the host class and utils by mbligh · 17 years ago
  85. 2e793a4 Use the warmup run to log the output, and use /dev/null for redirect during by mbligh · 17 years ago
  86. 25bb1e1 disktest.py should look how much space is available on the target, by mbligh · 17 years ago
  87. 5e3ad61 add parsing of keyvals to aiostress and unixbench by mbligh · 17 years ago
  88. 920327b Add reboot tests by mbligh · 17 years ago
  89. cc2c3a6 Reboot at the end of a test by passing -b to autoserv. by mbligh · 17 years ago
  90. 2392ee5 Add deps dir to make_clean by mbligh · 17 years ago
  91. 8fc0e5a The server copies it's client directory out to the clients ... if by mbligh · 17 years ago
  92. 30f28c5 Once upon a time, a long long time ago, on a dark and stormy night, by mbligh · 17 years ago
  93. 8f9e97f Fix kernbench control file to 1 iteration by mbligh · 17 years ago
  94. 432bad4 Implement atomic updates for SQL tables to ensure we get the whole by mbligh · 17 years ago
  95. b020ff5 add uname.srv by mbligh · 17 years ago
  96. 66e2a93 finish cleaning up server side control files by mbligh · 17 years ago
  97. 9444b7b fix up server samples by mbligh · 17 years ago
  98. 7c1f507 Fix up sample files by mbligh · 17 years ago
  99. 6a69413 boottool: update the default position to the end of the bootloader config by apw · 17 years ago
  100. d2ba745 boottool: add zipl support by apw · 17 years ago