1. 50a2525 Sometimes we don't need the kernel and iterations for the test ... by mbligh · 17 years ago
  2. 424ad50 add dbench and line breaks by mbligh · 17 years ago
  3. e2f18a3 Make graphs a little smaller so they fit on my screen ;-) by mbligh · 17 years ago
  4. c734496 It seems we have a redundant fsck= assignement. This looks very by mbligh · 17 years ago
  5. f691b9d Fix up keyval outputs in reaim by mbligh · 17 years ago
  6. 31d29c4 add frontend matrix for performance benchmarks by mbligh · 17 years ago
  7. d485543 Remove old test junk from machine_test_attribute_graph.cgi by mbligh · 17 years ago
  8. 31a8520 Update mirror/trigger engines. by mbligh · 17 years ago
  9. de7335d Update tko to parse latest status file format by mbligh · 17 years ago
  10. b32cd43 Fix up the password handling in db.py so we connect as a writeable user by mbligh · 17 years ago
  11. 43f164b Convert tko database from sqlite to mysql by mbligh · 17 years ago
  12. ce73d89 boot: report successful boot to the job status by apw · 17 years ago
  13. 4b2e4fb harness: add a status with detail hook by apw · 17 years ago
  14. c50374c ABAT: ensure we squash symbolic links for root device by apw · 17 years ago
  15. e43a30b kernel: allow specification of additional initrd arguments by apw · 17 years ago
  16. 870988b job: cleanup path generation to use os.path.join by apw · 17 years ago
  17. f3d2862 create download directory at job start v2 by apw · 17 years ago
  18. a84869c a by mbligh · 17 years ago
  19. d1c3198 Add README file by mbligh · 17 years ago
  20. 16ae926 Add dynamic graphing capability to TKO. by mbligh · 17 years ago
  21. 2bd4887 add iterations from keyval properly when parsing by mbligh · 17 years ago
  22. f28cb4b initial graph plotting code via gnuplot by mbligh · 17 years ago
  23. 54fe698 Move code from display.py into machine_kernel.cgi by mbligh · 17 years ago
  24. 89abec6 Move code out of display.py into machine_kernel_test.cgi by mbligh · 17 years ago
  25. cfd2d01 Refactor front-end display code by mbligh · 17 years ago
  26. b0570ad Fix up subdirectory level logging so it's consistent with the main job by mbligh · 17 years ago
  27. c9f67b5 fix up spaces vs tabs in harness code by mbligh · 17 years ago
  28. 09f288a Standardize the format in the status file to: by mbligh · 17 years ago
  29. 01ebc98 update build sample by mbligh · 17 years ago
  30. 250300e update tko frontend code to link from 2nd level and sort tests. by mbligh · 17 years ago
  31. 52f9744 tko fixups by mbligh · 17 years ago
  32. a180388 add missing + sign by mbligh · 17 years ago
  33. bfec522 tko updates by mbligh · 17 years ago
  34. 155351c added missing space to FAIL message in kernel:__record by mbligh · 17 years ago
  35. d72c913 insert second level of drilldown by mbligh · 17 years ago
  36. 006f230 Fix up parsing bug - load all tests by mbligh · 17 years ago
  37. 8e1ab17 update tko by mbligh · 17 years ago
  38. 53d1425 Allow null where clauses in select by mbligh · 17 years ago
  39. 9bb92fe tko updates by mbligh · 17 years ago
  40. d6dc1fc Remove -v from rsync, else it stalls by mbligh · 17 years ago
  41. 88d3256 Queues now have a .machines file by mbligh · 17 years ago
  42. 47c5400 Added user flag for rsyncs issued via ssh by mbligh · 17 years ago
  43. 237bed3 kernel: add a boot validation step post boot by mbligh · 17 years ago
  44. 7f7dbd3 add missing standalone.py from Andy by mbligh · 17 years ago
  45. 608c325 update the db stuff to use generic insert and select helpers by mbligh · 17 years ago
  46. 4591fec While Im in the updating mood, I noticed LTP is pretty old. The version by mbligh · 17 years ago
  47. 7386abc Make sure host is up before installing autotest by mbligh · 17 years ago
  48. 8c1d329 Fix machinelist arg to autoserv by mbligh · 17 years ago
  49. e9cf9d4 Speed up of timeouts for wait up by mbligh · 17 years ago
  50. 586905c Fix to console logging output file naming by mbligh · 17 years ago
  51. bea5682 Fix to tempdir cleanup behavior in server by mbligh · 17 years ago
  52. cee25b1 This patch changes the modules functions in subcommand from starting with two by mbligh · 17 years ago
  53. 5925e96 We are not recording the kernel build/configure/install phases in by mbligh · 17 years ago
  54. 0763e73 Copy patches into results dir, if not compressed (hint for large) by mbligh · 17 years ago
  55. 1c250ca Oops. Have to remove the trailing / during relative_path as well by mbligh · 17 years ago
  56. ad0eda2 return dest from force_copy by mbligh · 17 years ago
  57. 0692e47 add a function to return relative paths to the results dir by mbligh · 17 years ago
  58. 0ce912e remove the results directory by mbligh · 17 years ago
  59. 362ab3d In standalone mode we want to copy the control file to AUTODIR so by mbligh · 17 years ago
  60. 529f2f3 update tko parsing code by mbligh · 17 years ago
  61. e293a06 add hostname to sysinfo by mbligh · 17 years ago
  62. d6077d5 Update filesystem sample to use group code by mbligh · 17 years ago
  63. 88ab90f We need to be able to group sets of commands together. by mbligh · 17 years ago
  64. 2045bd9 Abstract out error backtracing by mbligh · 17 years ago
  65. eefbd15 Fix exception handling in filesystems class by mbligh · 17 years ago
  66. c235985 Loopback support for filesystems class by mbligh · 17 years ago
  67. f17c6f7 Add samples to server side by mbligh · 17 years ago
  68. 03dd079 add sh_escape support for control files. by mbligh · 17 years ago
  69. c526da3 Only make the debug dir if it's not null. Pointed out by Ben. by mbligh · 17 years ago
  70. 8b85dfb From: Benjamin Poirier <poirier@google.com> by mbligh · 17 years ago
  71. d566909 Use rsync for sendfile if possible. by mbligh · 17 years ago
  72. 371a6c3 Oprofile is now at 0.9.3. Amongst other things, this adds POWER6 support. by mbligh · 17 years ago
  73. a25b29e RPM kernels can now be installed. The support is very much like by mbligh · 17 years ago
  74. d7685d3 This patch make sure the directory for the BIOS, VGA BIOS and keymaps for qemu is specified. by mbligh · 17 years ago
  75. 271d5af This patch adds test argument passing support to autotest.run_test(). I by mbligh · 17 years ago
  76. 629e39e This patch makes two non-functionnal changes to autotest.py in autoserv. by mbligh · 17 years ago
  77. b24d12d This patch cleans up kvm. by mbligh · 17 years ago
  78. 7d1872b This patch adds an extract() method to DEBKernel objects. by mbligh · 17 years ago
  79. 6f5bbce Fix netserver start invocation not to block when invoked from ssh by mbligh · 17 years ago
  80. c78523d fix typo. Should have been self.tee by mbligh · 17 years ago
  81. 6e37245 add newline to server run_test's control file by mbligh · 17 years ago
  82. e4f0151 Automatically install autotest if verify_machine fails by mbligh · 17 years ago
  83. 8d7e347 unmount $AUTODIR/tmpdir in verify_machine by mbligh · 17 years ago
  84. dd81ef0 Allow optional host argument to autotest class by mbligh · 17 years ago
  85. b84a1cf Make sure we install autotest before using it by mbligh · 17 years ago
  86. b491d02 Fix NULL option to subdir, and make it pay attention to tee= by mbligh · 17 years ago
  87. 29aa970 Support -m options for passing list of commands to autoserv by mbligh · 17 years ago
  88. 38f8477 by mbligh · 17 years ago
  89. a0452c8 Reboot by default now waits for the host to be up before returning by mbligh · 17 years ago
  90. 59c6ac3 This is an updated version of the class diagram for autoserv. by mbligh · 17 years ago
  91. 526f2b1 fix up kernbench by mbligh · 17 years ago
  92. c421164 Enable kernbench to take a dir argument by mbligh · 17 years ago
  93. 890fc5b Revert breakage of kvm.py by mbligh · 17 years ago
  94. dc735a2 clean up spacing everywhere by mbligh · 17 years ago
  95. 7d2bde8 Fix spacing everywhere ;-( by mbligh · 17 years ago
  96. 0dd2ae0 Fixed leaking of file descriptors in utils.run by mbligh · 17 years ago
  97. 9476f09 Clean up cat poop. by mbligh · 17 years ago
  98. 7e1e964 This polls when a timeout is specified because ssh doesn't timeout by mbligh · 17 years ago
  99. 928c036 In the first line changed the if needs to be invoked when hasattr by mbligh · 17 years ago
  100. 4c3fe4a Older versions of sed don't support inplace editing. This gives by mbligh · 17 years ago