1. 529f2f3 update tko parsing code by mbligh · 17 years ago
  2. e293a06 add hostname to sysinfo by mbligh · 17 years ago
  3. d6077d5 Update filesystem sample to use group code by mbligh · 17 years ago
  4. 88ab90f We need to be able to group sets of commands together. by mbligh · 17 years ago
  5. 2045bd9 Abstract out error backtracing by mbligh · 17 years ago
  6. eefbd15 Fix exception handling in filesystems class by mbligh · 17 years ago
  7. c235985 Loopback support for filesystems class by mbligh · 17 years ago
  8. f17c6f7 Add samples to server side by mbligh · 17 years ago
  9. 03dd079 add sh_escape support for control files. by mbligh · 17 years ago
  10. c526da3 Only make the debug dir if it's not null. Pointed out by Ben. by mbligh · 17 years ago
  11. 8b85dfb From: Benjamin Poirier <poirier@google.com> by mbligh · 17 years ago
  12. d566909 Use rsync for sendfile if possible. by mbligh · 17 years ago
  13. 371a6c3 Oprofile is now at 0.9.3. Amongst other things, this adds POWER6 support. by mbligh · 17 years ago
  14. a25b29e RPM kernels can now be installed. The support is very much like by mbligh · 17 years ago
  15. d7685d3 This patch make sure the directory for the BIOS, VGA BIOS and keymaps for qemu is specified. by mbligh · 17 years ago
  16. 271d5af This patch adds test argument passing support to autotest.run_test(). I by mbligh · 17 years ago
  17. 629e39e This patch makes two non-functionnal changes to autotest.py in autoserv. by mbligh · 17 years ago
  18. b24d12d This patch cleans up kvm. by mbligh · 17 years ago
  19. 7d1872b This patch adds an extract() method to DEBKernel objects. by mbligh · 17 years ago
  20. 6f5bbce Fix netserver start invocation not to block when invoked from ssh by mbligh · 17 years ago
  21. c78523d fix typo. Should have been self.tee by mbligh · 17 years ago
  22. 6e37245 add newline to server run_test's control file by mbligh · 17 years ago
  23. e4f0151 Automatically install autotest if verify_machine fails by mbligh · 17 years ago
  24. 8d7e347 unmount $AUTODIR/tmpdir in verify_machine by mbligh · 17 years ago
  25. dd81ef0 Allow optional host argument to autotest class by mbligh · 17 years ago
  26. b84a1cf Make sure we install autotest before using it by mbligh · 17 years ago
  27. b491d02 Fix NULL option to subdir, and make it pay attention to tee= by mbligh · 17 years ago
  28. 29aa970 Support -m options for passing list of commands to autoserv by mbligh · 17 years ago
  29. 38f8477 by mbligh · 17 years ago
  30. a0452c8 Reboot by default now waits for the host to be up before returning by mbligh · 17 years ago
  31. 59c6ac3 This is an updated version of the class diagram for autoserv. by mbligh · 17 years ago
  32. 526f2b1 fix up kernbench by mbligh · 17 years ago
  33. c421164 Enable kernbench to take a dir argument by mbligh · 17 years ago
  34. 890fc5b Revert breakage of kvm.py by mbligh · 17 years ago
  35. dc735a2 clean up spacing everywhere by mbligh · 17 years ago
  36. 7d2bde8 Fix spacing everywhere ;-( by mbligh · 17 years ago
  37. 0dd2ae0 Fixed leaking of file descriptors in utils.run by mbligh · 17 years ago
  38. 9476f09 Clean up cat poop. by mbligh · 17 years ago
  39. 7e1e964 This polls when a timeout is specified because ssh doesn't timeout by mbligh · 17 years ago
  40. 928c036 In the first line changed the if needs to be invoked when hasattr by mbligh · 17 years ago
  41. 4c3fe4a Older versions of sed don't support inplace editing. This gives by mbligh · 17 years ago
  42. 95494ab Make diffprofile (a) python (b) less retarded. by mbligh · 17 years ago
  43. 3ceb720 If a host object has an env attribute it will be prepended to autotest by mbligh · 17 years ago
  44. f9ef8c6 Rename files without spaces in names by mbligh · 17 years ago
  45. 279346a import os by mbligh · 17 years ago
  46. dcc0499 The new monitor_queue script works much like the old one but now by mbligh · 17 years ago
  47. dbe4a38 Currently if a host is down or doesn't have an accessible sshd attempts by mbligh · 17 years ago
  48. e21abaf add ignorestatus=1 to dmesg traps by mbligh · 17 years ago
  49. 60880cc Time output in MB/s and time raw reads/writes as well by mbligh · 17 years ago
  50. 0c9e782 Stringify arguments to parallel_simple when using them for subdir by mbligh · 17 years ago
  51. 9d7880d delete old files. replaced by generic boottool stuff by mbligh · 17 years ago
  52. b1b88c9 This patch makes module loading and unloading optional for kvm. by mbligh · 17 years ago
  53. f238b45 This small patch is to properly escape an mkdir command in autotest.py by mbligh · 17 years ago
  54. ea980a7 If a logging process was never created or died during the run we don't by mbligh · 17 years ago
  55. cf965b0 Add ignorestatus=1 to ssh_host.run by mbligh · 17 years ago
  56. d54832b Add a run_test convenience method to Autotest server to run tests by name by mbligh · 17 years ago
  57. aa8d3ee Tiny sample for parallel from Ryan by mbligh · 17 years ago
  58. b0fab82 Add parallel support to new server by mbligh · 17 years ago
  59. 32bcff3 Moved to_seconds, extract_all_time_results to autotest_utils.py for reuse by mbligh · 17 years ago
  60. b3101b3 typo by mbligh · 17 years ago
  61. 2c0a03b Fix up parallel dd test by mbligh · 17 years ago
  62. 5f2550c add samples dir by mbligh · 17 years ago
  63. ebd74d8 Print stuff to help debug from filesystem module by mbligh · 17 years ago
  64. c9e7315 Improves defaulting of values for conmux which makes using it much easier by mbligh · 17 years ago
  65. feb25f1 Add init script for standalone usage of stepping control files by mbligh · 17 years ago
  66. 6a597ee Add specifiable test directory to bonnie. by mbligh · 17 years ago
  67. 6a64126 This patch adds bootloader functionality to autoserv: by mbligh · 17 years ago
  68. dfe8cc6 This patch fixes the ability to select events for oprofile: by mbligh · 17 years ago
  69. b4eef24 Use full abspath for controlfile by mbligh · 17 years ago
  70. 34169c2 This patch adds some functionality to kvm support in autoserv. by mbligh · 17 years ago
  71. c8949b8 Add autotest support in server side by mbligh · 17 years ago
  72. 0ae984b a by mbligh · 17 years ago
  73. da76b21 Add boot_once support to bootool by mbligh · 17 years ago
  74. 6303ed6 This patch adds support for iterations on iozone and tiobench by mbligh · 17 years ago
  75. 513d426 Track the dmesg output when we start the job, and incremental by mbligh · 17 years ago
  76. 5b448af Comment on necessity of lex in ltp by mbligh · 17 years ago
  77. 0177a2e Adds support for reading/changing the io scheduler by mbligh · 17 years ago
  78. aa7ceb6 Normalize capitalization in ltp summary script by mbligh · 17 years ago
  79. 020e532 Add LTP scoring script by mbligh · 17 years ago
  80. 1fee6a4 Adding fsstress test case. by mbligh · 17 years ago
  81. 242dc50 add missing menu_lib.py by mbligh · 17 years ago
  82. 4a70c13 menu 0.07 by mbligh · 17 years ago
  83. 82f4c81 Fix Bonnie results format. by mbligh · 17 years ago
  84. dcd57a8 Add initial version of autoserv by mbligh · 17 years ago
  85. 6ff5d31 Delete old server code (it's in server.old now) by mbligh · 17 years ago
  86. 5d9d9d6 add graph plotting tools by mbligh · 17 years ago
  87. b3244ba template for setup() in profiler.py needs to take an empty shell args list by mbligh · 17 years ago
  88. 591ce22 Move initialization of preserve_srcdir to the correct place. by mbligh · 17 years ago
  89. b07a6c5 Update fio from 1.15 to 1.16.5 by mbligh · 17 years ago
  90. 920f412 Update iozone from 263 to 283 by mbligh · 17 years ago
  91. fe42c8a Update cyclictest to 0.15 by mbligh · 17 years ago
  92. ef1e049 update scrashme to 2007-07-08 version by mbligh · 17 years ago
  93. 234e003 Add signaltest by mbligh · 17 years ago
  94. 2179f0d update binaries for libhugetlbfs to 1.1 by mbligh · 17 years ago
  95. 141760b Upgrade libhugetlbfs to 1.1 by mbligh · 17 years ago
  96. 0763522 add check_kernel_ver to autotest_utils by mbligh · 17 years ago
  97. f11dc93 Fix elapsed time - it's in minutes, not hours by mbligh · 17 years ago
  98. 9f5113d Make option to do profiling only runs. by mbligh · 17 years ago
  99. edad509 Fix comment buildup in boottool by mbligh · 17 years ago
  100. d5dd329 . by mbligh · 17 years ago