1. 56325de doc updates to partition.py, by mbligh · 16 years ago
  2. 75ef58b Make it possible to run the "cleanup" phase manually. by mbligh · 16 years ago
  3. efa61a4 remove the nway stuff, was not meant to be in external tree by mbligh · 16 years ago
  4. a106d4d add umount_partition, is_valid_disk and is_valid_partition to base_utils by mbligh · 16 years ago
  5. 748b23f by showard · 16 years ago
  6. 67f0893 Add a script to migrate hosts between servers, and pull across by mbligh · 16 years ago
  7. 54459c7 Fix a few embarrasing bugs in frontend.py where we forget to pass by mbligh · 16 years ago
  8. e7dc9d3 Fix up the utils import stucture for server side code by mbligh · 16 years ago
  9. f6de133 Job object should be more consistent to current naming in autotest by mbligh · 16 years ago
  10. aece77e turn utils into a simple mix-in by mbligh · 16 years ago
  11. 2da4d88 Move utils to base_utils by mbligh · 16 years ago
  12. 3bf79ca Allow site_utils to override utils, for version control by mbligh · 16 years ago
  13. 7ffdb8b Fix bug in job create where synch_count was being overridden by by mbligh · 16 years ago
  14. c3c8eab This patch extends the functions of the old TKO system Performance section, by mbligh · 16 years ago
  15. 80deb75 Add a Host.is_shutting_down method to allow us to determine if a host by jadmanski · 16 years ago
  16. 65c267d by showard · 16 years ago
  17. 324bf81 by showard · 16 years ago
  18. 8fbae65 by showard · 16 years ago
  19. 0c18519 by showard · 16 years ago
  20. 67831ae by showard · 16 years ago
  21. 78d4d97 by showard · 16 years ago
  22. 0205a3e by showard · 16 years ago
  23. d544a35 When performing a reboot, do a sync before starting the shutdown. by jadmanski · 16 years ago
  24. 0e1881e server.hosts.remote: When reboot is called, really reboot. by jadmanski · 16 years ago
  25. 043abc1 by showard · 16 years ago
  26. 5e868d6 by showard · 16 years ago
  27. 69691f3 by showard · 16 years ago
  28. 2fa5169 by showard · 16 years ago
  29. 15110b7 Change all tabs to space. somehow we lost this change from tko/ ? by mbligh · 16 years ago
  30. 9701f7d Fix URL reference by mbligh · 16 years ago
  31. 59a1675 Renamed a test only default argument of partition.get_partition_list so by mbligh · 16 years ago
  32. 4043c63 Added a server.hosts.Host.check_partitions() functions to compare by mbligh · 16 years ago
  33. 8110e11 Fix a typo on iozone test by mbligh · 16 years ago
  34. 4faecb7 Fix the way we raise an exception on the monotonic_time test by mbligh · 16 years ago
  35. 78a013a Silenced collecting dmesg output to just be saved in the dedicated file by mbligh · 16 years ago
  36. 95645ba Fix broken imports on iperf by mbligh · 16 years ago
  37. 4ce5996 When only 1 CPU detected, make cpu_hotplug end properly (ie, raising a TestNAException) by mbligh · 16 years ago
  38. 67a72f9 Fix broken imports on netperf2 by mbligh · 16 years ago
  39. 3476bf2 Fix the way we raise an exception on the lsb_dtk test by mbligh · 16 years ago
  40. 062ed15 Added a function to import site specific functions. Modified code to use it. by mbligh · 16 years ago
  41. 99f112d Try to define a new dummy class object inherited from the given base by mbligh · 16 years ago
  42. a700772 Created a client/common_lib/utils/import_site_class function to take by mbligh · 16 years ago
  43. 4fd61be by showard · 16 years ago
  44. c5afc46 by showard · 16 years ago
  45. b264ed0 Add some END ABORT logging to the code that executes the Autotest by jadmanski · 16 years ago
  46. 2f29c19 This patch update the vendor name "Fedora Core" to "Fedora". Which was by mbligh · 16 years ago
  47. b88d6dc Remove the reason logging from END messages when running a group by jadmanski · 16 years ago
  48. d6f5c59 Fix a bug in the parser exposed by the recent change where we by jadmanski · 16 years ago
  49. e335b9b infinite loop condition when we don't have python2.4 installed on the machine by mbligh · 16 years ago
  50. 7a37db1 by showard · 16 years ago
  51. c408c5e by showard · 16 years ago
  52. 55b4b54 by showard · 16 years ago
  53. 4f9e537 by showard · 16 years ago
  54. d1ee1dd * move some scheduler config options into a separate module, scheduler_config by showard · 16 years ago
  55. 9484c31 by showard · 16 years ago
  56. fcc851b The LoggerFile class used by the ssh host classes as a default std* by jadmanski · 16 years ago
  57. d7b79ed Rewrite the get_file and send_file code in AbstractSSHHost to properly by jadmanski · 16 years ago
  58. 165fe4c Found another issue with SERVER_JOB status collection on multi-machine by jadmanski · 16 years ago
  59. 8ad2420 Fix bug that causes server side jobs to fail when an int is passed as the tag. by mbligh · 16 years ago
  60. 6eca460 Fix host mod to continue on failures. by mbligh · 16 years ago
  61. 781f52f Bug 1559463: Plotgraph writes X legend over first chars of X tick labels. by mbligh · 16 years ago
  62. 7479a18 Ignore SERVER_JOB as it's buggy and gives false failures by mbligh · 16 years ago
  63. 7b31228 Allow jobs created through frontend.py to specify timeouts by mbligh · 16 years ago
  64. a64835c Remove needless complexity from server/utils.py by mbligh · 16 years ago
  65. d778ae4 Move the reboot_followup out of reboot and into wait_for_restart. This works by jadmanski · 16 years ago
  66. 170873e Attached is a very large patch that adds support for running a by showard · 16 years ago
  67. 53da18e Rename autotest_utils to utils by mbligh · 16 years ago
  68. c2e8280 add monotonic time test by mbligh · 16 years ago
  69. 8e7963f add compilebench by mbligh · 16 years ago
  70. c98c470 Drop the explicit tag parameter from Autotest.run_test and by jadmanski · 16 years ago
  71. 4e57661 Allow site override of machine coupling for SYNC_COUNT by mbligh · 16 years ago
  72. 1354c9d Add control file objects and containers to frontend.py by mbligh · 16 years ago
  73. e249072 Add debug option to atest so we can see what RPC commands it runs by mbligh · 16 years ago
  74. f9d6e01 Fix server job unittest by mbligh · 16 years ago
  75. ac367cc Fix typo mkdtmp -> mkdtemp by mbligh · 16 years ago
  76. ff7d61f Fix autoserv -N by making pid_file_manager conditional. Else it by mbligh · 16 years ago
  77. ef9e5c3 Add a helper function for comparing results in the store. by mbligh · 16 years ago
  78. 507862e Update libcap to 2.16. by mbligh · 16 years ago
  79. dc2c9bb Bug 1551777: tko/db.py does not support empty password for 'nobody' queries. by mbligh · 16 years ago
  80. f8d456f Fix unittest to not depend on the default value in global_config.ini. by mbligh · 16 years ago
  81. 1f23f36 Allow filtering of hosts by platforms by mbligh · 16 years ago
  82. aebe3b6 Don't write temporary control file terds such as control.srv to the current by mbligh · 16 years ago
  83. b548f58 Adds a control file useful for testing that the step engine skips by mbligh · 16 years ago
  84. 5d0b4b3 * Add option to disable verify for created jobs by mbligh · 16 years ago
  85. d99d3b27 Boot timeout leads to hardreset attempt, then broken exception. by mbligh · 16 years ago
  86. 5280e3b Make us check the test state as well as the job state, since the by mbligh · 16 years ago
  87. 1f7173b Reinstate accidentally removed partition handling code by mbligh · 16 years ago
  88. c69138f Change the parser to use the reason line of whatever the worst status by jadmanski · 16 years ago
  89. 1c0cd13 Fixes the check_version.py problem Gustavo Rahal reported. by mbligh · 16 years ago
  90. 16d7417 The server side profilers need to track the directory they were by jadmanski · 16 years ago
  91. 430dca9 Add a query_keyvals script to the CLI to allow command-line queries of by jadmanski · 16 years ago
  92. e0c7fb6 Currently, client.log.* files are numbered in a way that's only unique by jadmanski · 16 years ago
  93. 37eceaa Add entries to the config file to control which server is used rather by mbligh · 16 years ago
  94. 9f3660f Prefer to run autotest using python 2.4 when available even if later by mbligh · 16 years ago
  95. 025d1e1 Adds an expect_any_call method for when you want it to be called but by mbligh · 16 years ago
  96. 23a5350 The verify control segments needs to re-raise the exception that it by jadmanski · 16 years ago
  97. e0dffc3 When a server job fails "normally" (i.e. after it's been properly by jadmanski · 16 years ago
  98. fd5f687 Change autotest_client to only use -H simple if you don't specify by jadmanski · 16 years ago
  99. d0da285 Change the server side sleeptest control file to be parallelizable, by jadmanski · 16 years ago
  100. 6d2ada5 Make certain that server.utils.__clean_tmp_dirs is called; currently by jadmanski · 16 years ago