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