1. 6d2ada5 Make certain that server.utils.__clean_tmp_dirs is called; currently by jadmanski · 16 years ago
  2. 34347af client.bin.job.filesystem passes an extra mountpoint by mbligh · 16 years ago
  3. 5a198b9 Add 'Verifying' to class Job so that View Job allows users to view machines by mbligh · 16 years ago
  4. c31e402 Add functionality to the frontend system to talk to tko as well as afe by mbligh · 16 years ago
  5. 1ca1c2c Fix wrong parent constructor call from UnhandledJobError.__init__ by mbligh · 16 years ago
  6. abe330e Fix regression in downloading custom kernels or other packages. by mbligh · 16 years ago
  7. 33c7779 Change tko to stop it popping out the same window every time per Steve by mbligh · 16 years ago
  8. 27b111e Setting of stale_page_age fails on newer kernels. by mbligh · 16 years ago
  9. d014e8f Fix aiostress's failure to deal with repeated iterations. by mbligh · 16 years ago
  10. 45ffc43 Fix frontend.py to send email when asked, and not use broken machines by mbligh · 16 years ago
  11. b82b44f Typo by mbligh · 16 years ago
  12. 8df92e7 So it would seem that five minutes is not always long enough for a by jadmanski · 16 years ago
  13. 7d22381 Fix up the _copy_files implementation to properly handle deleting a by jadmanski · 16 years ago
  14. c39fa9a Catch and categorize errors raised directly from the controlfile top by mbligh · 16 years ago
  15. 0496582 Some style and documentation cleanup. The change to the run_group tag by mbligh · 16 years ago
  16. 2e9415f by showard · 16 years ago
  17. 6355f6b by showard · 16 years ago
  18. cc5a8e7 Apparently this name is incompatible with some filesystem code? by jadmanski · 16 years ago
  19. 719e14a Lock the hosts on creation to avoid a race where the scheduler uses by mbligh · 16 years ago
  20. db4f9b5 The parser should be using job.read_keyval to find job keyvals, not by jadmanski · 16 years ago
  21. ac9ce22 Only schedule jobs that are "Queued". Now that state "Parsing" is an active=complete=0 state, we need to explicitly check for this. by showard · 16 years ago
  22. ff059d7 Don't abort running entries from synch start timeout (only queued/starting/verifying/pending ones). by showard · 16 years ago
  23. 5664cff Fix up a few assorted style issues, some old unit test issues, removing by jadmanski · 16 years ago
  24. 8ae7d3a Add profiler support to the server-side control file generation. by jadmanski · 16 years ago
  25. d5ab8c5 Refactor the core pidfile code out of autoserv and into a common lib by jadmanski · 16 years ago
  26. 5f8eb9d Fixed the bogus return in fsck fixup code. by mbligh · 16 years ago
  27. c452a51 Removed the mountpoint data member of the by mbligh · 16 years ago
  28. 5b61838 Add functionality to frontend.py to support kernel testing by mbligh · 16 years ago
  29. 4f40746 Adds an UnhandledJobError exception and JobNAError exception. by mbligh · 16 years ago
  30. d876f45 gps pointed out that "== and != work in most cases but its better to use is by mbligh · 16 years ago
  31. 7b969d5 One more parse function with "no results" by mbligh · 16 years ago
  32. e860dbd Support Python2.5 as well. by mbligh · 16 years ago
  33. 9894be8 Can't merge kswapd processes on all kernels. by mbligh · 16 years ago
  34. b30a928 Fix formatting in ssh_host.py by mbligh · 16 years ago
  35. 91cd58c If you reboot during a server-side test while using a profiler, we by jadmanski · 16 years ago
  36. 6f6299a Add a dummy SERVER_JOB test result in TKO that we use to represent by jadmanski · 16 years ago
  37. 4f90925 Extend the server-side profiler code to handle reboots as well. Sadly, by jadmanski · 16 years ago
  38. 7a3ebe3 Continue to add/remove the valid hosts or users to the label or ACL in by mbligh · 16 years ago
  39. c8153ee Fix verify logging not to use subdirs - we're already in the subdir by mbligh · 16 years ago
  40. ecd3366 As atest's --parse option is supposed to output easily parsable data, it is better by mbligh · 16 years ago
  41. 021679f Document job exception handling machinations in comments and remove an by mbligh · 16 years ago
  42. cd84b39 Add option to inspect script to open store with write access. by mbligh · 16 years ago
  43. b22c21f On jobs that fail without termination in status.log, use timestamp of last line for dummy abort. by mbligh · 16 years ago
  44. e2a68ac Fixed some pylint warnings and also added the ability to specify by mbligh · 16 years ago
  45. b5dac43 Provide the ability to drop caches between benchmark iteration runs by mbligh · 16 years ago
  46. 2e6ebcd Fix the help URL in tko by mbligh · 16 years ago
  47. 0fce411 Fix bug in repair and verify with parallel_simple by mbligh · 16 years ago
  48. 7afc3a6 Increase pkgmgr fetch timeout to 30 minutes (from 10) by mbligh · 16 years ago
  49. b3c0c91 Adds support for using client-side profilers from the server side. by mbligh · 16 years ago
  50. 8c5c9c1 Add control files used to test error handling scenarios that by mbligh · 16 years ago
  51. bd92948 With regexp, allow multiple results. by mbligh · 16 years ago
  52. 11efd23 - add the possibility to set AUTOTEST_USER to an other user than the current by mbligh · 16 years ago
  53. f22fea8 Add an --install-in-tmpdir option to autoserv that allows us to change by jadmanski · 16 years ago
  54. 1ffd5dc Fix up bad merge by mbligh · 16 years ago
  55. f3629c8 Change the server sleeptest to use run_once. by jadmanski · 16 years ago
  56. cb4aac7 Add a flag to the factory to allow netconsole support to be turned on manually. by jadmanski · 16 years ago
  57. c85c21b * allow scheduler email "from" address to be specified in global config by showard · 16 years ago
  58. 25087ac Return a decent error message when an invalid label is passed to create_job() as a metahost. by showard · 16 years ago
  59. 7406a97 Remove run, verify, repair unittests from server_job. We seem to have by mbligh · 16 years ago
  60. 5f66ed4 Print clearer information about diskspace checks. by mbligh · 16 years ago
  61. dedc4bf Fix ssh_ping for permission denied errors. by mbligh · 16 years ago
  62. 1f11f91 Tool for re-executing parser harness and storing result. by mbligh · 16 years ago
  63. 2306f2f Add tool for inspecting parser result store. by mbligh · 16 years ago
  64. 1521eca Remove artifact of initial implementation. by mbligh · 16 years ago
  65. efde0dd Fixes expectation that parser_result.store be writable during test run. by mbligh · 16 years ago
  66. 51ee7c7 Adding test and fix for garbage in log lines bug. by mbligh · 16 years ago
  67. 73c0c8e Make verify record GOOD / FAIL in status.log by mbligh · 16 years ago
  68. a291a5a Remove deprecated site_ functions from repair and verify by mbligh · 16 years ago
  69. 5493129 Fix formatting of control_segments/* by mbligh · 16 years ago
  70. 181b7c2 Add utils to namespace of server-side control files by mbligh · 16 years ago
  71. 31476eb Make run_pylint executable by mbligh · 16 years ago
  72. 2b92b86 Coding style fixes for server_job.py by mbligh · 16 years ago
  73. 343f486 test svn commits by mbligh · 16 years ago
  74. a32e652 The code in ParamikoHost that extracts the remainder of the buffer by jadmanski · 16 years ago
  75. a12b209 Add install command to boottool allowing installation of the bootloader by mbligh · 16 years ago
  76. 62e3c26 ybin executable can be in differerent places so check before failing. by mbligh · 16 years ago
  77. c184846 - Add a get_entry method that return entries of a boot entry as a dictionary by mbligh · 16 years ago
  78. 9fbd1bd Remove the migrate directory - it is no longer used and only has stub package by jadmanski · 16 years ago
  79. b768126 Fix to hardcode which python executable is used on target. by mbligh · 16 years ago
  80. 234a84f First (of many) passes at cleaning up the client job exception handling by mbligh · 16 years ago
  81. e58e3f8 Set HQEs to "Verifying" instead of "Starting" when we're about to run verify on them. We need to set them to an active status, but if we use "Starting" then we can't tell which stage they're in, and we need that information to know when to "stop" synchronous jobs. by showard · 16 years ago
  82. 79410e1 Update test_importer to import experiemental by default by mbligh · 16 years ago
  83. 7c1280a Add networking code by mbligh · 16 years ago
  84. 43da086 add custom change protection level script by mbligh · 16 years ago
  85. dc93bed Remove all .pyc files from your tree in setup_modules.py when setting up the by mbligh · 16 years ago
  86. a531ef1 Add graphing routine tko/solo_compare_graph.cgi for comparing by mbligh · 16 years ago
  87. 365ccad This CL adds a bsaic test suite for the perfmon2 API of kernel 2.6.26 and higher by mbligh · 16 years ago
  88. 2b8cd19 Automated test for testing split anon vma kernel changes. by mbligh · 16 years ago
  89. fa9be08 Add some C code for exposing the sem_* functions in Linux necessary by mbligh · 16 years ago
  90. 4e02aea Removing the huge test as it runs out of memory on 32 bit kernels. by mbligh · 16 years ago
  91. 874f19f A few misc changes to job.py by mbligh · 16 years ago
  92. 8ad6de5 Add proper missing test_class variable to iperf/netperf2 server tests by mbligh · 16 years ago
  93. f561ad0 Add missing nway.py by mbligh · 16 years ago
  94. f23cf4f unittests for nway.py by mbligh · 16 years ago
  95. 7a469e7 Modified machine_aggr.cgi to accept benchmark and key values as a list of by mbligh · 16 years ago
  96. 588f15a Add results from all tests (and not only the last test) to a dataset. by mbligh · 16 years ago
  97. fdbacc4 This code is no longer used or maintained, so it is being removed. by mbligh · 16 years ago
  98. 9ab7818 fix server side sleeptest name by mbligh · 16 years ago
  99. c20201d New Autotest web page for viewing results of all performance benchmark by mbligh · 16 years ago
  100. 26ccd94 Add a new conmux driver for lantronix RPMs by mbligh · 16 years ago