1. 7a7316b split patched kernels into their own kernel rows V2 by apw · 16 years ago
  2. 394ff51 If running a server job throws an uncaught exception treat that as if by mbligh · 16 years ago
  3. 1b4780e If the test doesn't PASS, it FAILS. Removed all intermediate 0.5 coefficients by mbligh · 16 years ago
  4. 0c5ce31 Fix warning_monitor by mbligh · 16 years ago
  5. 73f38a3 Change db.py to always read config files correctly. And close files. by mbligh · 16 years ago
  6. 02ec1ba tko: boot errors should track boot number by mbligh · 16 years ago
  7. f4e0415 Replace the current expect script based console warning montitor with by mbligh · 16 years ago
  8. 8e7c78e A few display changes to tko by mbligh · 16 years ago
  9. f518048 Remove hard coded path of /usr/local/conmux and replace it with FindBin module by mbligh · 16 years ago
  10. dd59905 remove create_db by mbligh · 16 years ago
  11. ab24b68 add missing $ to conmux by mbligh · 16 years ago
  12. 3415fcc I'm attaching a new version of the checktsc source tarball that fixes by mbligh · 16 years ago
  13. 439661b Fixes a number of issues with the results display: by mbligh · 16 years ago
  14. c251454 Strip the optional fields (e.g. timestamps) out of the reason fields by mbligh · 16 years ago
  15. 9b94f3e Conmux show display who is currently connected when you attach to a machine by mbligh · 16 years ago
  16. 26b992b Add job queued, started and finished timestamps to the tko db and by mbligh · 16 years ago
  17. 003cde2 remove queue dir by mbligh · 16 years ago
  18. f32a1cb remove testme dir by mbligh · 16 years ago
  19. 5456c2b add missing tko/migrations by mbligh · 16 years ago
  20. e8819cd Add frontend and scheduler for Autotest by mbligh · 16 years ago
  21. f2ff182 Cleaning up some non-desired usage of shell commands on dacapo test. by mbligh · 16 years ago
  22. f1e7c3f Since libhuge v1.1 was giving problems during compile stage on power 6 by mbligh · 16 years ago
  23. f0f4358 I have made some correction to LSB-DTK wrapper. Wrapper was using the by mbligh · 16 years ago
  24. d60b032 stripped off trailing newline from system_output on server side. by mbligh · 16 years ago
  25. e12b861 The way that parse looks for the index of the field it just added by mbligh · 16 years ago
  26. 84044ac It'd be more useful if the conmux console showed you which machine you're by mbligh · 16 years ago
  27. 70c50ad Add a ping_default_gateway function to the client utils. by mbligh · 16 years ago
  28. 9bcfef7 Label different boots differently so we don't have duplicate 'test' by mbligh · 16 years ago
  29. 6f015c4 Move some error classes out of server/autotest.py and into the error by mbligh · 16 years ago
  30. 9e787d2 Fix autotest client-handling code to use wait_up rather than ensure_up. by mbligh · 16 years ago
  31. fbb0354 Fix up how SSHHost kills its logging processes so that it never kills by mbligh · 16 years ago
  32. 6cf3bb3 Add the status==GOOD for the query condition while filtering out all the failed jobs and incomplete by mbligh · 16 years ago
  33. 535a454 Eliminate duplicates and sort the machine list so it's deterministic. by mbligh · 16 years ago
  34. 0ff7c22 Extend check_diskspace in verify to allow the number of GB to be specified by mbligh · 16 years ago
  35. d62f2cf Add a get_all_info to allow us to retrieve all the bootloader info data and by mbligh · 16 years ago
  36. 3c647c3 Stop using close_fds. The underlying implementation is braindead and by mbligh · 16 years ago
  37. eec4d7a Whenever a subcommand fails for some reason, we shouldn't include by mbligh · 16 years ago
  38. 61878d9 Subcommand shouldn't crash just because a debug directory already exists. by mbligh · 16 years ago
  39. a1956d3 Don't blow away existing subdirectories from parallel commands by mbligh · 16 years ago
  40. f014179 Add indexes to the jobs table to make it find jobs amongst thousands by mbligh · 16 years ago
  41. dfeee94 Fix link in display.py - is still pointing to old cgi code by mbligh · 16 years ago
  42. 6c4f0f7 Add lsb_dtk test. by mbligh · 16 years ago
  43. 56f719b fix check_python_version imports for all deps by mbligh · 16 years ago
  44. 547dcca Delete old check_version.py by mbligh · 16 years ago
  45. 95a7e67 Add missing check_version.py by mbligh · 16 years ago
  46. 6231cd6 add missing files from last change. Oops by mbligh · 16 years ago
  47. ea397bb Refactor the server and client side test classes into a the common lib by mbligh · 16 years ago
  48. 0c3548d Move check_version into the common utils and make sure we run it for any by mbligh · 17 years ago
  49. 6229abb Modifying dacapo test - remove need for configuration files by mbligh · 17 years ago
  50. 3c70e53 In order to make test_config.config_loader() more flexible, implemented by mbligh · 17 years ago
  51. dccabe3 Add an assert_ method to the server-side version of test, like the one already by mbligh · 17 years ago
  52. 28299b3 Added support to install a vmlinux image with the vmlinuz image. by mbligh · 17 years ago
  53. 4ff46b0 Added a timeout to ssh_ping. ssh was hanging, but wasn't being killed for by mbligh · 17 years ago
  54. 90ae1f8 clean up by removing 0 sized files by mbligh · 17 years ago
  55. e5cd0fd Provide an options not to tee the output to stdout/stdderr. by mbligh · 17 years ago
  56. 4ef823f Add proper constraints and indices to tko database by mbligh · 17 years ago
  57. 52c0a17 Take min diskspace down to 20GB to cope with a wider variety of machines by mbligh · 17 years ago
  58. 09f4569 Get rid of a few meaningless errors from test commands by mbligh · 17 years ago
  59. 84bafdb As discussed previously regarding support for proprietary/internal by mbligh · 17 years ago
  60. 6811958 Adapt Autotest for running benchmarks in pairs under separate containers. by mbligh · 17 years ago
  61. d5a3883 Add a libdir to allow tests to share common libraries. by mbligh · 17 years ago
  62. b25dda2 Add key to iteration_result table to index on test_idx by mbligh · 17 years ago
  63. b89c7b3 Convert parse to use OptionParser by mbligh · 17 years ago
  64. 8141f86 oops. repair should call verify, not itself by mbligh · 17 years ago
  65. eea785f Outputs a blank line after each run of iozone. by mbligh · 17 years ago
  66. 603f7ac In order to accomodate LSB wrapper, package functions were extended: by mbligh · 17 years ago
  67. 6f075f0 db.py should look in its directory, not the directory of the executable by mbligh · 17 years ago
  68. cfc7ab3 Pull the rsync/scp launching code out of get_file and send_file and by mbligh · 17 years ago
  69. 6cdb1bf Add an exception if the subcommand fails. by mbligh · 17 years ago
  70. af4efc2 system_output() needs to shift the return code by 8 by mbligh · 17 years ago
  71. 970b94e Add in a hook to server_job to allow the gathering of site-specific data by mbligh · 17 years ago
  72. 5af0203 autotest_utils.py:get_file() has a bug in processing the optional by mbligh · 17 years ago
  73. bbbb13e Fix keyval parser for unixbench. by mbligh · 17 years ago
  74. e25fd5b Change verify to throw an error if it fails, and record things correctly by mbligh · 17 years ago
  75. adff6ca Add a check to see if the temporary results directory exists, if it doesn't by mbligh · 17 years ago
  76. 0f5ad64 Add missing utils in front of system() call by mbligh · 17 years ago
  77. d56eb59 Ran into another bug where a file is written to without checking by mbligh · 17 years ago
  78. 67a936f This rsync flag is too agressive. If you're afraid that existing files are by mbligh · 17 years ago
  79. 7471c6c Raise a better (non-Autotest) error class. This code probably shouldn't by mbligh · 17 years ago
  80. 840e406 A quick fix to the KVM host class. by mbligh · 17 years ago
  81. 74b22c3 I changed KVM.py to use the -pidfile and -daemonize with QEMU, and by mbligh · 17 years ago
  82. a4d4f37 We shouldn't mark it as GOOD until it completes! by mbligh · 17 years ago
  83. 70cf0ec Fix autotest to always use the local copy of conmux by mbligh · 17 years ago
  84. 1193986 Allow conmux to pick up from local configuration file by mbligh · 17 years ago
  85. 63fcd16 Made functions rpm_info() and dpkg_info() private, since they're not by mbligh · 17 years ago
  86. c3aee0f Added timeout to parallel subcommands. by mbligh · 17 years ago
  87. ec75576 Reverting changes made on 5 places where zero argument raises were by mbligh · 17 years ago
  88. 0cd5149 Revert broken exception handling change by mbligh · 17 years ago
  89. ff48fca add missing newline to error message from conmux-attach by mbligh · 17 years ago
  90. 4a3e697 add missing standalone profiler file by mbligh · 17 years ago
  91. 07a923f Set default run timeout to something sane (1hr) by mbligh · 17 years ago
  92. 34faa28 SSH has an exit code of 255 and prints out an error message when by mbligh · 17 years ago
  93. 74a7c84 Add --force to rsync command in ssh_host.py. This should avoid errors by mbligh · 17 years ago
  94. 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
  95. 67c5f92 This original assert_ patch doesn't do exactly what I wanted it to. I don't by mbligh · 17 years ago
  96. 2ba3e73 Clean up the reporting backend, and add CLI functionality by mbligh · 17 years ago
  97. d4ecd20 I thought it would be handy to have a write_keyval() API call inside test. by mbligh · 17 years ago
  98. 3177be4 Fix up a couple places where autotest errors are referenced but by mbligh · 17 years ago
  99. 71ea249 Revert one of the raise changes that was made by r1158 to convert a by mbligh · 17 years ago
  100. e7bf64a Use simpler version of the parallel code in server/samples/reboot.srv by mbligh · 17 years ago