1. 3bc7b8c Update server structure to reflect new scheduler by mbligh · 17 years ago
  2. 6c2f313 boottool: add a common method to build the new kernel cmdline v2 by apw · 17 years ago
  3. 71d338a Add coding style doc by mbligh · 17 years ago
  4. 9d1c730 Rework much of the autoserv script. Support -c for client side control files by mbligh · 17 years ago
  5. 09f89ba update parallel sample to only create one autotest instance by mbligh · 17 years ago
  6. 2415c20 Fix run_test.simple by mbligh · 17 years ago
  7. 724ff1e update autotest control file to something vaguely sane by mbligh · 17 years ago
  8. 7e92b53 Provide drill-down links from group_test.cgi by mbligh · 17 years ago
  9. ed56cf0 Add the capability to query by group in machine_kernel_test.cgi by mbligh · 17 years ago
  10. 6eec7de Fix up machine_kernel_test.cgi to do proper counting of multiple test runs by mbligh · 17 years ago
  11. e4624d4 add an option to machine_kernel_test.cgi to only display one test by mbligh · 17 years ago
  12. 5556702 link group_test.cgi into machine_kernel.cgi and clean it up by mbligh · 17 years ago
  13. d077d1d Fix display.box() calls to use link arg in machine_kernel_test.cgi by mbligh · 17 years ago
  14. f91b3f5 add optional link into display.box by mbligh · 17 years ago
  15. f01eae1 add first version of group_test.cgi by mbligh · 17 years ago
  16. 39f0dac Significantly simplify machine_kernel.cgi by using groups properly by mbligh · 17 years ago
  17. cff2d21 Add a group class to frontend.py by mbligh · 17 years ago
  18. 048e1c9 When adding machines, try to figure out their group from a mapping file by mbligh · 17 years ago
  19. b74f61d update server diagrams by mbligh · 17 years ago
  20. a997a34 Clean up the table-within-a-table abstraction for printing by mbligh · 17 years ago
  21. e8f8510 Move cgi content type headers higher up by mbligh · 17 years ago
  22. 9ff1a3a Make sure sys.argv[0] is an abspath from autoserv by mbligh · 17 years ago
  23. 5fadbfe Cleanup autoserv (spacing, etc) by mbligh · 17 years ago
  24. 26509e3 boottool: allow info lookup by title by apw · 17 years ago
  25. 7706ef9 Fix bug in cat_file_to_cmd by mbligh · 17 years ago
  26. 414c69e Extensions to SQL abstractions by mbligh · 17 years ago
  27. 9789445 Fix up error in status table read from the database by mbligh · 17 years ago
  28. 4adcf59 add machine load script by mbligh · 17 years ago
  29. c3dbb8b run_test should be able to run any autotest by mbligh · 17 years ago
  30. 1fb96d8 Fixing bonnie results parser by mbligh · 17 years ago
  31. 6203ace Split stdout and stderr for monitor_queue into separate files, by mbligh · 17 years ago
  32. 7c406b2a Add a key-value file at the test level by mbligh · 17 years ago
  33. 137a05c Add optional initialize flag to ssh_host by mbligh · 17 years ago
  34. a65cd33 Fix up lack of profilers call in ltp. Oops by mbligh · 17 years ago
  35. f47934f ABAT: use set_default boot mode by default by apw · 17 years ago
  36. 11985b7 boot: fix up boot_once support and make it optional v2 by apw · 17 years ago
  37. 264b885 boottool: fix the --bootloader option by apw · 17 years ago
  38. 9424c66 Updates for the ltp test case by mbligh · 17 years ago
  39. a218d11 Use full paths to access .config files for tko/db.py by mbligh · 17 years ago
  40. a730c12 Revert accidental changes from last commit. Oops by mbligh · 17 years ago
  41. c82f246 This patch gets rid of the last bits db initialization within db.py. by mbligh · 17 years ago
  42. 7fdd169 When calling autotest.run_test with a host parameter, pass that on to autotest.install. I believe these are the only 2 instances where we (incorrectly) don't pass on the host parameter. by mbligh · 17 years ago
  43. b830e28 Add rpm_installed function by mbligh · 17 years ago
  44. e0d3784 Check for empty datasets and/or data points by mbligh · 17 years ago
  45. 69955d9 reaim: fix up keyval formatting by apw · 17 years ago
  46. b7ef301 Comment fix to monitor queue plus ignore non-dirs in queue dir by mbligh · 17 years ago
  47. 25cf55a ABAT: handle even obscurer SLES root specifier by apw · 17 years ago
  48. 0459875 Provide cross-links between functional and performance matrices by mbligh · 17 years ago
  49. 9ce1bff Seems that the reaim parsing does not work, throwing a required parameter error. by mbligh · 17 years ago
  50. 15b3fa1 If machines have a group defined, show them as a group on the front page by mbligh · 17 years ago
  51. 2aaeb67 Add a proper machine table rather than just using the hostname by mbligh · 17 years ago
  52. af0b811 Make scheduler stuff executable by mbligh · 17 years ago
  53. edd9ff3 Add subtables for each entry in machine_kernel.cgi to indicate how many by mbligh · 17 years ago
  54. 38757e7 add subtables inside each table for the main box that indicate what by mbligh · 17 years ago
  55. fd668245 add capability to do vertical text for table headers by mbligh · 17 years ago
  56. 7222dfe add Documentation and server structure diagrams by mbligh · 17 years ago
  57. 6d1bbbc Fix stupid typo in test_job sample and convert to shorthand by mbligh · 17 years ago
  58. 84faf30 Fix up lockmeter to put its results in the right place by mbligh · 17 years ago
  59. 049f5e6 Fix up parsing for no kernel by mbligh · 17 years ago
  60. 1cc8d20 Print all machines we have in the DB. by mbligh · 17 years ago
  61. 8dcb745 Various fixes and updates for monitor_queue by mbligh · 17 years ago
  62. f1aa0f2 prepend kernel name instead of queue name to results dir by mbligh · 17 years ago
  63. 55a2a3b Default resultsdir to '.' - makes it easy when using the scheduler by mbligh · 17 years ago
  64. d742a22 inform when starting reboot by mbligh · 17 years ago
  65. a4649af kill existing monitor queues before restarting by mbligh · 17 years ago
  66. 1f33761 provide default dir for iozone and tiobench by mbligh · 17 years ago
  67. 3ffc9bd Add results and queue directories for the scheduler by mbligh · 17 years ago
  68. f16d8a8 Fix up error in rpm_kernel, where we weren't telling boot_tool to boot-once by mbligh · 17 years ago
  69. 6d2208b Fix typos by mbligh · 17 years ago
  70. 9133490 Add automating hooks to autotest class to do install and get by mbligh · 17 years ago
  71. 676510c Fix silly bug in url setting when there's no subdir by mbligh · 17 years ago
  72. 9b7e612 Add blank setup method to site_host() by mbligh · 17 years ago
  73. 87c65c1 kernel: allow install to be run as a separate phase in combination with boot by apw · 17 years ago
  74. f8a6814 filesystem: fsck should report to the job log by apw · 17 years ago
  75. 6944c14 filesystem: the default fsck check should be non-destructive by apw · 17 years ago
  76. 1da244b groups: allow the caller to specify the tag for the group by apw · 17 years ago
  77. 08403ca groups: allow the run_group function to return a result by apw · 17 years ago
  78. 95fca57 Fixed up fucked spacing by mbligh · 17 years ago
  79. 849c75f I made run_test much more general. by mbligh · 17 years ago
  80. 728ff0a I needed to override the database and read-only database login information, by mbligh · 17 years ago
  81. c99add6 Fix for autoserv's param handling by mbligh · 17 years ago
  82. 50a2525 Sometimes we don't need the kernel and iterations for the test ... by mbligh · 17 years ago
  83. 424ad50 add dbench and line breaks by mbligh · 17 years ago
  84. e2f18a3 Make graphs a little smaller so they fit on my screen ;-) by mbligh · 17 years ago
  85. c734496 It seems we have a redundant fsck= assignement. This looks very by mbligh · 17 years ago
  86. f691b9d Fix up keyval outputs in reaim by mbligh · 17 years ago
  87. 31d29c4 add frontend matrix for performance benchmarks by mbligh · 17 years ago
  88. d485543 Remove old test junk from machine_test_attribute_graph.cgi by mbligh · 17 years ago
  89. 31a8520 Update mirror/trigger engines. by mbligh · 17 years ago
  90. de7335d Update tko to parse latest status file format by mbligh · 17 years ago
  91. b32cd43 Fix up the password handling in db.py so we connect as a writeable user by mbligh · 17 years ago
  92. 43f164b Convert tko database from sqlite to mysql by mbligh · 17 years ago
  93. ce73d89 boot: report successful boot to the job status by apw · 17 years ago
  94. 4b2e4fb harness: add a status with detail hook by apw · 17 years ago
  95. c50374c ABAT: ensure we squash symbolic links for root device by apw · 17 years ago
  96. e43a30b kernel: allow specification of additional initrd arguments by apw · 17 years ago
  97. 870988b job: cleanup path generation to use os.path.join by apw · 17 years ago
  98. f3d2862 create download directory at job start v2 by apw · 17 years ago
  99. a84869c a by mbligh · 17 years ago
  100. d1c3198 Add README file by mbligh · 17 years ago