1. 16ae926 Add dynamic graphing capability to TKO. by mbligh · 17 years ago
  2. 2bd4887 add iterations from keyval properly when parsing by mbligh · 17 years ago
  3. f28cb4b initial graph plotting code via gnuplot by mbligh · 17 years ago
  4. 54fe698 Move code from display.py into machine_kernel.cgi by mbligh · 17 years ago
  5. 89abec6 Move code out of display.py into machine_kernel_test.cgi by mbligh · 17 years ago
  6. cfd2d01 Refactor front-end display code by mbligh · 17 years ago
  7. b0570ad Fix up subdirectory level logging so it's consistent with the main job by mbligh · 17 years ago
  8. c9f67b5 fix up spaces vs tabs in harness code by mbligh · 17 years ago
  9. 09f288a Standardize the format in the status file to: by mbligh · 17 years ago
  10. 01ebc98 update build sample by mbligh · 17 years ago
  11. 250300e update tko frontend code to link from 2nd level and sort tests. by mbligh · 17 years ago
  12. 52f9744 tko fixups by mbligh · 17 years ago
  13. a180388 add missing + sign by mbligh · 17 years ago
  14. bfec522 tko updates by mbligh · 17 years ago
  15. 155351c added missing space to FAIL message in kernel:__record by mbligh · 17 years ago
  16. d72c913 insert second level of drilldown by mbligh · 17 years ago
  17. 006f230 Fix up parsing bug - load all tests by mbligh · 17 years ago
  18. 8e1ab17 update tko by mbligh · 17 years ago
  19. 53d1425 Allow null where clauses in select by mbligh · 17 years ago
  20. 9bb92fe tko updates by mbligh · 17 years ago
  21. d6dc1fc Remove -v from rsync, else it stalls by mbligh · 17 years ago
  22. 88d3256 Queues now have a .machines file by mbligh · 17 years ago
  23. 47c5400 Added user flag for rsyncs issued via ssh by mbligh · 17 years ago
  24. 237bed3 kernel: add a boot validation step post boot by mbligh · 17 years ago
  25. 7f7dbd3 add missing standalone.py from Andy by mbligh · 17 years ago
  26. 608c325 update the db stuff to use generic insert and select helpers by mbligh · 17 years ago
  27. 4591fec While Im in the updating mood, I noticed LTP is pretty old. The version by mbligh · 17 years ago
  28. 7386abc Make sure host is up before installing autotest by mbligh · 17 years ago
  29. 8c1d329 Fix machinelist arg to autoserv by mbligh · 17 years ago
  30. e9cf9d4 Speed up of timeouts for wait up by mbligh · 17 years ago
  31. 586905c Fix to console logging output file naming by mbligh · 17 years ago
  32. bea5682 Fix to tempdir cleanup behavior in server by mbligh · 17 years ago
  33. cee25b1 This patch changes the modules functions in subcommand from starting with two by mbligh · 17 years ago
  34. 5925e96 We are not recording the kernel build/configure/install phases in by mbligh · 17 years ago
  35. 0763e73 Copy patches into results dir, if not compressed (hint for large) by mbligh · 17 years ago
  36. 1c250ca Oops. Have to remove the trailing / during relative_path as well by mbligh · 17 years ago
  37. ad0eda2 return dest from force_copy by mbligh · 17 years ago
  38. 0692e47 add a function to return relative paths to the results dir by mbligh · 17 years ago
  39. 0ce912e remove the results directory by mbligh · 17 years ago
  40. 362ab3d In standalone mode we want to copy the control file to AUTODIR so by mbligh · 17 years ago
  41. 529f2f3 update tko parsing code by mbligh · 17 years ago
  42. e293a06 add hostname to sysinfo by mbligh · 17 years ago
  43. d6077d5 Update filesystem sample to use group code by mbligh · 17 years ago
  44. 88ab90f We need to be able to group sets of commands together. by mbligh · 17 years ago
  45. 2045bd9 Abstract out error backtracing by mbligh · 17 years ago
  46. eefbd15 Fix exception handling in filesystems class by mbligh · 17 years ago
  47. c235985 Loopback support for filesystems class by mbligh · 17 years ago
  48. f17c6f7 Add samples to server side by mbligh · 17 years ago
  49. 03dd079 add sh_escape support for control files. by mbligh · 17 years ago
  50. c526da3 Only make the debug dir if it's not null. Pointed out by Ben. by mbligh · 17 years ago
  51. 8b85dfb From: Benjamin Poirier <poirier@google.com> by mbligh · 17 years ago
  52. d566909 Use rsync for sendfile if possible. by mbligh · 17 years ago
  53. 371a6c3 Oprofile is now at 0.9.3. Amongst other things, this adds POWER6 support. by mbligh · 17 years ago
  54. a25b29e RPM kernels can now be installed. The support is very much like by mbligh · 17 years ago
  55. d7685d3 This patch make sure the directory for the BIOS, VGA BIOS and keymaps for qemu is specified. by mbligh · 17 years ago
  56. 271d5af This patch adds test argument passing support to autotest.run_test(). I by mbligh · 17 years ago
  57. 629e39e This patch makes two non-functionnal changes to autotest.py in autoserv. by mbligh · 17 years ago
  58. b24d12d This patch cleans up kvm. by mbligh · 17 years ago
  59. 7d1872b This patch adds an extract() method to DEBKernel objects. by mbligh · 17 years ago
  60. 6f5bbce Fix netserver start invocation not to block when invoked from ssh by mbligh · 17 years ago
  61. c78523d fix typo. Should have been self.tee by mbligh · 17 years ago
  62. 6e37245 add newline to server run_test's control file by mbligh · 17 years ago
  63. e4f0151 Automatically install autotest if verify_machine fails by mbligh · 17 years ago
  64. 8d7e347 unmount $AUTODIR/tmpdir in verify_machine by mbligh · 17 years ago
  65. dd81ef0 Allow optional host argument to autotest class by mbligh · 17 years ago
  66. b84a1cf Make sure we install autotest before using it by mbligh · 17 years ago
  67. b491d02 Fix NULL option to subdir, and make it pay attention to tee= by mbligh · 17 years ago
  68. 29aa970 Support -m options for passing list of commands to autoserv by mbligh · 17 years ago
  69. 38f8477 by mbligh · 17 years ago
  70. a0452c8 Reboot by default now waits for the host to be up before returning by mbligh · 17 years ago
  71. 59c6ac3 This is an updated version of the class diagram for autoserv. by mbligh · 17 years ago
  72. 526f2b1 fix up kernbench by mbligh · 17 years ago
  73. c421164 Enable kernbench to take a dir argument by mbligh · 17 years ago
  74. 890fc5b Revert breakage of kvm.py by mbligh · 17 years ago
  75. dc735a2 clean up spacing everywhere by mbligh · 17 years ago
  76. 7d2bde8 Fix spacing everywhere ;-( by mbligh · 17 years ago
  77. 0dd2ae0 Fixed leaking of file descriptors in utils.run by mbligh · 17 years ago
  78. 9476f09 Clean up cat poop. by mbligh · 17 years ago
  79. 7e1e964 This polls when a timeout is specified because ssh doesn't timeout by mbligh · 17 years ago
  80. 928c036 In the first line changed the if needs to be invoked when hasattr by mbligh · 17 years ago
  81. 4c3fe4a Older versions of sed don't support inplace editing. This gives by mbligh · 17 years ago
  82. 95494ab Make diffprofile (a) python (b) less retarded. by mbligh · 17 years ago
  83. 3ceb720 If a host object has an env attribute it will be prepended to autotest by mbligh · 17 years ago
  84. f9ef8c6 Rename files without spaces in names by mbligh · 17 years ago
  85. 279346a import os by mbligh · 17 years ago
  86. dcc0499 The new monitor_queue script works much like the old one but now by mbligh · 17 years ago
  87. dbe4a38 Currently if a host is down or doesn't have an accessible sshd attempts by mbligh · 17 years ago
  88. e21abaf add ignorestatus=1 to dmesg traps by mbligh · 17 years ago
  89. 60880cc Time output in MB/s and time raw reads/writes as well by mbligh · 17 years ago
  90. 0c9e782 Stringify arguments to parallel_simple when using them for subdir by mbligh · 17 years ago
  91. 9d7880d delete old files. replaced by generic boottool stuff by mbligh · 17 years ago
  92. b1b88c9 This patch makes module loading and unloading optional for kvm. by mbligh · 17 years ago
  93. f238b45 This small patch is to properly escape an mkdir command in autotest.py by mbligh · 17 years ago
  94. ea980a7 If a logging process was never created or died during the run we don't by mbligh · 17 years ago
  95. cf965b0 Add ignorestatus=1 to ssh_host.run by mbligh · 17 years ago
  96. d54832b Add a run_test convenience method to Autotest server to run tests by name by mbligh · 17 years ago
  97. aa8d3ee Tiny sample for parallel from Ryan by mbligh · 17 years ago
  98. b0fab82 Add parallel support to new server by mbligh · 17 years ago
  99. 32bcff3 Moved to_seconds, extract_all_time_results to autotest_utils.py for reuse by mbligh · 17 years ago
  100. b3101b3 typo by mbligh · 17 years ago