1. 4f90925 Extend the server-side profiler code to handle reboots as well. Sadly, by jadmanski · 16 years ago
  2. 7a3ebe3 Continue to add/remove the valid hosts or users to the label or ACL in by mbligh · 16 years ago
  3. c8153ee Fix verify logging not to use subdirs - we're already in the subdir by mbligh · 16 years ago
  4. ecd3366 As atest's --parse option is supposed to output easily parsable data, it is better by mbligh · 16 years ago
  5. 021679f Document job exception handling machinations in comments and remove an by mbligh · 16 years ago
  6. cd84b39 Add option to inspect script to open store with write access. by mbligh · 16 years ago
  7. b22c21f On jobs that fail without termination in status.log, use timestamp of last line for dummy abort. by mbligh · 16 years ago
  8. e2a68ac Fixed some pylint warnings and also added the ability to specify by mbligh · 16 years ago
  9. b5dac43 Provide the ability to drop caches between benchmark iteration runs by mbligh · 16 years ago
  10. 2e6ebcd Fix the help URL in tko by mbligh · 16 years ago
  11. 0fce411 Fix bug in repair and verify with parallel_simple by mbligh · 16 years ago
  12. 7afc3a6 Increase pkgmgr fetch timeout to 30 minutes (from 10) by mbligh · 16 years ago
  13. b3c0c91 Adds support for using client-side profilers from the server side. by mbligh · 16 years ago
  14. 8c5c9c1 Add control files used to test error handling scenarios that by mbligh · 16 years ago
  15. bd92948 With regexp, allow multiple results. by mbligh · 16 years ago
  16. 11efd23 - add the possibility to set AUTOTEST_USER to an other user than the current by mbligh · 16 years ago
  17. f22fea8 Add an --install-in-tmpdir option to autoserv that allows us to change by jadmanski · 16 years ago
  18. 1ffd5dc Fix up bad merge by mbligh · 16 years ago
  19. f3629c8 Change the server sleeptest to use run_once. by jadmanski · 16 years ago
  20. cb4aac7 Add a flag to the factory to allow netconsole support to be turned on manually. by jadmanski · 16 years ago
  21. c85c21b * allow scheduler email "from" address to be specified in global config by showard · 16 years ago
  22. 25087ac Return a decent error message when an invalid label is passed to create_job() as a metahost. by showard · 16 years ago
  23. 7406a97 Remove run, verify, repair unittests from server_job. We seem to have by mbligh · 16 years ago
  24. 5f66ed4 Print clearer information about diskspace checks. by mbligh · 16 years ago
  25. dedc4bf Fix ssh_ping for permission denied errors. by mbligh · 16 years ago
  26. 1f11f91 Tool for re-executing parser harness and storing result. by mbligh · 16 years ago
  27. 2306f2f Add tool for inspecting parser result store. by mbligh · 16 years ago
  28. 1521eca Remove artifact of initial implementation. by mbligh · 16 years ago
  29. efde0dd Fixes expectation that parser_result.store be writable during test run. by mbligh · 16 years ago
  30. 51ee7c7 Adding test and fix for garbage in log lines bug. by mbligh · 16 years ago
  31. 73c0c8e Make verify record GOOD / FAIL in status.log by mbligh · 16 years ago
  32. a291a5a Remove deprecated site_ functions from repair and verify by mbligh · 16 years ago
  33. 5493129 Fix formatting of control_segments/* by mbligh · 16 years ago
  34. 181b7c2 Add utils to namespace of server-side control files by mbligh · 16 years ago
  35. 31476eb Make run_pylint executable by mbligh · 16 years ago
  36. 2b92b86 Coding style fixes for server_job.py by mbligh · 16 years ago
  37. 343f486 test svn commits by mbligh · 16 years ago
  38. a32e652 The code in ParamikoHost that extracts the remainder of the buffer by jadmanski · 16 years ago
  39. a12b209 Add install command to boottool allowing installation of the bootloader by mbligh · 16 years ago
  40. 62e3c26 ybin executable can be in differerent places so check before failing. by mbligh · 16 years ago
  41. c184846 - Add a get_entry method that return entries of a boot entry as a dictionary by mbligh · 16 years ago
  42. 9fbd1bd Remove the migrate directory - it is no longer used and only has stub package by jadmanski · 16 years ago
  43. b768126 Fix to hardcode which python executable is used on target. by mbligh · 16 years ago
  44. 234a84f First (of many) passes at cleaning up the client job exception handling by mbligh · 16 years ago
  45. 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
  46. 79410e1 Update test_importer to import experiemental by default by mbligh · 16 years ago
  47. 7c1280a Add networking code by mbligh · 16 years ago
  48. 43da086 add custom change protection level script by mbligh · 16 years ago
  49. dc93bed Remove all .pyc files from your tree in setup_modules.py when setting up the by mbligh · 16 years ago
  50. a531ef1 Add graphing routine tko/solo_compare_graph.cgi for comparing by mbligh · 16 years ago
  51. 365ccad This CL adds a bsaic test suite for the perfmon2 API of kernel 2.6.26 and higher by mbligh · 16 years ago
  52. 2b8cd19 Automated test for testing split anon vma kernel changes. by mbligh · 16 years ago
  53. fa9be08 Add some C code for exposing the sem_* functions in Linux necessary by mbligh · 16 years ago
  54. 4e02aea Removing the huge test as it runs out of memory on 32 bit kernels. by mbligh · 16 years ago
  55. 874f19f A few misc changes to job.py by mbligh · 16 years ago
  56. 8ad6de5 Add proper missing test_class variable to iperf/netperf2 server tests by mbligh · 16 years ago
  57. f561ad0 Add missing nway.py by mbligh · 16 years ago
  58. f23cf4f unittests for nway.py by mbligh · 16 years ago
  59. 7a469e7 Modified machine_aggr.cgi to accept benchmark and key values as a list of by mbligh · 16 years ago
  60. 588f15a Add results from all tests (and not only the last test) to a dataset. by mbligh · 16 years ago
  61. fdbacc4 This code is no longer used or maintained, so it is being removed. by mbligh · 16 years ago
  62. 9ab7818 fix server side sleeptest name by mbligh · 16 years ago
  63. c20201d New Autotest web page for viewing results of all performance benchmark by mbligh · 16 years ago
  64. 26ccd94 Add a new conmux driver for lantronix RPMs by mbligh · 16 years ago
  65. 82648e5 Revert accidental double-patching of last change by mbligh · 16 years ago
  66. 92c0fc2 Change autoserv to replace stdin with /dev/null. by mbligh · 16 years ago
  67. 8b1bb8c Export data to wooden shoes. by mbligh · 16 years ago
  68. 550fdc2 Fix some issues with the new Host.__del__ -> Host.close changes. by jadmanski · 16 years ago
  69. d8c89a4 Add functional test for cpuset tasks bug which causes read on tasks by mbligh · 16 years ago
  70. 982170a Increase the timeout for job creation by mbligh · 16 years ago
  71. 5cc6463 Add SATA errors issuing CommandAbort to the drives to the warning by mbligh · 16 years ago
  72. 8493be4 Move routine rounded_memtotal() from client/bin/cpuset.py to autotest_utils.py. by mbligh · 16 years ago
  73. 1e87039 Functional test for the shrink_slab so that it only reclaims from the by mbligh · 16 years ago
  74. be15443 Blank change to test commits list by mbligh · 16 years ago
  75. 504378f If someone passes iterations=0 then we need to leave that in, not by jadmanski · 16 years ago
  76. 87181c0 Eliminate duplicate exception messages for non-requested only_if_needed labels. Need to use distinct() on the query since we're doing joins. by showard · 16 years ago
  77. cbd7461 When aborting a running job, write an INFO line to the status.log. by showard · 16 years ago
  78. 869806f When reading machine label values from history, ensure they get stored correctly and used. by showard · 16 years ago
  79. 0d39007 Make sure the profilers are always stopped and reported on, even when by jadmanski · 16 years ago
  80. 043e113 This depends on Martin's "run autoserv without a results dir" patch by jadmanski · 16 years ago
  81. 5b2844f by mbligh · 16 years ago
  82. 4e7224b Support for site specific scenerios. by mbligh · 16 years ago
  83. 80e1eba Enable autoserv to operate without a results directory by mbligh · 16 years ago
  84. 9846795 Add recursive strip_unicode function to utils.py by mbligh · 16 years ago
  85. 83fd1c5 umount shouldn't attempt to unmount unless the device is actually by mbligh · 16 years ago
  86. 1071763 Revert previous change to move results arg processing later down by mbligh · 16 years ago
  87. 6764715 Add a frontend service to autoserv to enable jobs to manipulate by mbligh · 16 years ago
  88. d6c56a9 Throw an exception if the specified results directory already exists. by mbligh · 16 years ago
  89. f38f8cc Give umount a bigger hammer (and better logging) by mbligh · 16 years ago
  90. df75f8b Add list printing functions. by mbligh · 16 years ago
  91. a58594a Don't reset active bit when setting status to "Abort". The scheduler needs that information to know if the queue entry was active before being aborted. by showard · 16 years ago
  92. 8fe93b5 Make CleanupTask copy results to job dir on failure. Did this by extracting code from VerifyTask into a common superclass. by showard · 16 years ago
  93. 70b9bf4 Add an option (-N, --hostnames-only) to host_list to only return hostnames. by mbligh · 16 years ago
  94. e39c3c0 Adds the ability for the client.bin.base_job class to keep track of run by mbligh · 16 years ago
  95. f396438 Parser regression testing support. by mbligh · 16 years ago
  96. 33a8a7e Allow the username to be overridden in the cli rpc lib. by mbligh · 16 years ago
  97. 2f63ea3 Conmux consumes Bladecenter event logs with repeated login attempts. by mbligh · 16 years ago
  98. e788ea6 -make get_group_entries() return a list instead of a generator, since all callers want it that way anyway by showard · 16 years ago
  99. 9f7dd11 Move the temporary sysinfo files from /tmp to /tmp/sysinfo. This makes the actual location more configurable (e.g. you can add a symlink to redirect it). by jadmanski · 16 years ago
  100. 53aaf38 Add a hosts attribute to server jobs for accessing all the hosts in by jadmanski · 16 years ago