1. c035491 Adds support to wait_down and wait_for_restart to watch for changed by jadmanski · 15 years ago
  2. 12b4558 Massive permission fix by lmr · 15 years ago
  3. e90176a Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com> by mbligh · 15 years ago
  4. 9de6ed7 Eliminate the last uses of the public state managment interface for by mbligh · 15 years ago
  5. ad5fcf5 Modified lmbench3 to have a separate configuration step and to consider by mbligh · 15 years ago
  6. 3151e22 KVM-test: guest_s4 subtest: Tune up timeout value for `set_s4_cmd' command by lmr · 15 years ago
  7. b1f3f3b KVM-test: linux_s3 subtest: Tune up timeout for suspend command by lmr · 15 years ago
  8. 4ae8920 KVM-test: Convert drift to absolute value when comparing with threshold by lmr · 15 years ago
  9. ef8f1f3 Update make_clean script under client/tool so it does not print annoying by mbligh · 15 years ago
  10. 91e3c4d move setup_job from server into client by mbligh · 15 years ago
  11. fc3da5b More refactoring of the job state code to try and reduce duplication. by mbligh · 15 years ago
  12. 0a59166 This patch upgrade ltp to the latest version by mbligh · 15 years ago
  13. a3f68ba add missing file from rev 4027 by mbligh · 15 years ago
  14. 4608b00 Add a new Archiving stage to the scheduler, which runs after Parsing. This stage is responsible for copying results to the results server in a drone setup, a task currently performed directly by the scheduler, and allows for site-specific archiving functionality, replacing the site_parse functionality. It does this by running autoserv with a special control file (scheduler/archive_results.control.srv), which loads and runs code from the new scheduler.archive_results module. The implementation was mostly straightfoward, as the archiving stage is fully analogous to the parser stage. I did make a couple of refactorings: by mbligh · 15 years ago
  15. 5ba43b2 The recent gcc had dropped support of -fforce-mem and it was turned on by default with -O2 flag. by mbligh · 15 years ago
  16. d00f182 Chrome OS can't figure out init level like this. Assume it's 2 in case by mbligh · 15 years ago
  17. b0cb9a0 This should have been a separate change. Reverting, together with lmr's fix. by mbligh · 15 years ago
  18. 172ffd2 Whether you use scp -p or not, scp'ing a file with read-only permissions by mbligh · 15 years ago
  19. 6a83c92 KVM test: No need close session when login timeout II by lmr · 15 years ago
  20. d5347a7 KVM test: No need close session when login timeout by lmr · 15 years ago
  21. be931a8 KVM test: Fixup memory size shown in 'GB' in get_memory_size by lmr · 15 years ago
  22. 665975c KVM test: warn about corrupt PPM files after each test by lmr · 15 years ago
  23. ec18b46 KVM test: add proper prefixes to image, iso and step file paths by lmr · 15 years ago
  24. 44cf21b KVM test: physical_resources_check subtest: Fix 'mem_chk_cmd' for rhel3.9 by lmr · 15 years ago
  25. 27a3ae0 Fix client/bin/job_unittest.py, broken by SVN r3976 by lmr · 15 years ago
  26. 7846e94 KVM test: subtest stress_boot: Fix a bug that cloned VMs are not screendumped by lmr · 15 years ago
  27. ec9f091 KVM test: build subtest (koji): turn lists into strings and vice versa by lmr · 15 years ago
  28. 09ece43 KVM test: autotest subtest - avoid dependencies on symlinks by lmr · 15 years ago
  29. 5608cb0 KVM test: Change the default file name used by kvm_config.py by lmr · 15 years ago
  30. 5da93b2 Added support to specify no timeout for barrier by giving it a value of "None". by mbligh · 15 years ago
  31. ab1faf6 Add an optional outputfiles parameter to the cmdprofile profiler that by mbligh · 15 years ago
  32. 1f86f4c By default, the autotest wrapper for stress is by mbligh · 15 years ago
  33. a6f8e0d The crash handler script works under the assumption by mbligh · 15 years ago
  34. 8e65ce1 Add a patch to remove the Python version of Compliebench. by mbligh · 15 years ago
  35. a8ba704 Changed standalone_profiler.generate_test() to support specifying of by mbligh · 15 years ago
  36. 1b0faf9 Added additional test hooks that are important when doing profiled runs by mbligh · 15 years ago
  37. 2c7f7d6 Added a check in utils.run() that the "args" argument is not by mbligh · 15 years ago
  38. fbf73ae Refactor all of the persistent state managing code in the client job by mbligh · 15 years ago
  39. ee87d4d Make crash handler script executable, remove an end mark from a sentence on test.py by lmr · 15 years ago
  40. 43beef1 KVM test: Major control file cleanup by lmr · 15 years ago
  41. 82589b2 KVM test: Reorganizing configuration files by lmr · 15 years ago
  42. 149ea69 KVM test: Unattended script: Make qemu_img_bin come from test params by lmr · 15 years ago
  43. a878e26 KVM test: Rename make_html_report.py to html_report.py by lmr · 15 years ago
  44. 39986a6 Add prefixes [stdout] and [stderr] to logged output of subcommands, by default. This applies both to local commands (utils.run() and friends) and remote commands (SSHHost.run(), ParamikoHost.run()) Also removed a little dead code from abstract_ssh.py. by showard · 15 years ago
  45. c72a480 KVM test: subtest block_hotplug: Fixup pci_test_cmd in config file by lmr · 15 years ago
  46. ad7d2ff KVM test: Make sure resources_check use nic_mode=tap by lmr · 15 years ago
  47. 40fc965 KVM test: Fixing empty stress control file by lmr · 15 years ago
  48. 53e3098 KVM test: use the imp module to import subtest module by filename by lmr · 15 years ago
  49. a7dc938 KVM test: Add hackbench variant into sample config file by lmr · 15 years ago
  50. 532a16d KVM test: Add hackbench execution by lmr · 15 years ago
  51. 4c3ada6 Improve kvm subtest AutoIt - add option to download script from remote server by lmr · 15 years ago
  52. 410fe2e Add an option to wait_for_restart to not log errors unless we want it to, this is necessary for hard reboot testing with retries by mbligh · 15 years ago
  53. 1565254 KVM test: Increase waiting time before first session check in kvm_test_utils.reboot by lmr · 15 years ago
  54. e1c70b7 KVM test: step file tests: apply timeout_multiplier to 'sleep' as well as barriers by lmr · 15 years ago
  55. 44c55c5 KVM test: Fix subtest imports by lmr · 15 years ago
  56. dd2ff92 KVM test: Add a subtest physical_resources_check by lmr · 15 years ago
  57. e513fe5 KVM test: Not execute build test by default by lmr · 15 years ago
  58. da8fb97 Fix autotest client when checking only client from svn by lmr · 15 years ago
  59. 8374340 Fixing autotest client stand alone runs by lmr · 15 years ago
  60. 21a5dce Adding a KVM profiler to autotest by lmr · 15 years ago
  61. 61b47b4 Control file for KVM kernel module load/unload by lmr · 15 years ago
  62. 52a610d KVM test: Test 802.1Q vlan of nic by lmr · 15 years ago
  63. d65ad8b From: Gustavo Rahal<grahal@linux.vnet.ibm.com> by mbligh · 15 years ago
  64. 8054b0d Fix a race in _ensure_valid. by mbligh · 15 years ago
  65. a229841 Fixed syntax errors in oprofile. by mbligh · 15 years ago
  66. dfdd45c Added per boot sysinfo logging of /proc/mounts as "proc_mounts" by mbligh · 15 years ago
  67. ef0ac74 A script to start and stop programs as daemons. by mbligh · 15 years ago
  68. 3d1b0b6 Make client behavior configurable by lmr · 15 years ago
  69. 6d08b3c Make a standalone client to be able to use global_config.ini by lmr · 15 years ago
  70. c1dda21 Replacing AutoservInstallError with a slightly different version. by jadmanski · 15 years ago
  71. 9fa2afc Adding AutoservInstallError to common_lib.error by lmr · 15 years ago
  72. 8b4f82c KVM test: Add ks files for RHEL5, RHEL4, RHEL3 series products by lmr · 15 years ago
  73. 720b49a KVM test: Fix two typos in config file by lmr · 15 years ago
  74. 36545b1 KVM test: Migration subtest: Coalescing 2 comparisons by lmr · 15 years ago
  75. 45d66b4 KVM test: migration subtest: Handle case where session2 does not exist by lmr · 15 years ago
  76. 1104cd1 Fix kernel_unittest breakage from SVN rev 3905. by showard · 15 years ago
  77. c4e4bd2 Get rid of the job.libdir and test.libdir attributes by lmr · 15 years ago
  78. 6f6afd1 Reverting revision 3917. This introduces problems since the global config by jadmanski · 15 years ago
  79. 96a874c KVM test: minor pci_hotplug fixes by lmr · 15 years ago
  80. 4dcc007 KVM test: remove monitor socket file when destroying a VM by lmr · 15 years ago
  81. 14095c8 KVM test: kvm_config.py: match(): put filter inside parentheses by lmr · 15 years ago
  82. ea1266e KVM test: kvm_vm.py: fix typos in the code that compares -cdrom hashes by lmr · 15 years ago
  83. e45a1f2 KVM test: kvm_vm.py: use 'is None' instead of '== None' by lmr · 15 years ago
  84. f69f6b1 KVM test: kvm_vm.py: use kvm_utils.get_path() for floppy and tftp by lmr · 15 years ago
  85. d9179dc KVM test: make all tests depend on install, setup & unattended_install by lmr · 15 years ago
  86. 1b7e170 KVM test: add -o PreferredAuthentications=password to SSH options by lmr · 15 years ago
  87. 04d5b01 KVM test: kvm_subprocess.py: avoid double-closing file descriptors by lmr · 15 years ago
  88. 3e73645 KVM test: fix WinVista setup step files by lmr · 15 years ago
  89. 7d888b3 KVM test: migration: rely on background process instead of timing by lmr · 15 years ago
  90. 2473aa7 KVM test: fix 2 barriers in WinXP-32.steps by lmr · 15 years ago
  91. 555b94c KVM test: disable password prompt on resume for Windows guests by lmr · 15 years ago
  92. c43bf37 KVM test: Seperate smp from extra_params and add into default VM params by lmr · 15 years ago
  93. da2f143 Added a couple of files that were missed in the r3916 commit. by jadmanski · 15 years ago
  94. 38b2a85 Right now autotest will drop caches between: by mbligh · 15 years ago
  95. 0d0f67d Create a base_job class in the common library as a location to by mbligh · 15 years ago
  96. e6bc5b9 Yet another grep adjustment for process_is_alive() by mbligh · 15 years ago
  97. 49440ea Update the Systemtap tests to allow a user to test any version of by mbligh · 15 years ago
  98. 2b33aa0 Adding a copy of functools-0.5 to our repo for use by unittest.py. It by mbligh · 15 years ago
  99. eaa75e5 Fixed support for source kernels in generated control files (using the by mbligh · 15 years ago
  100. d794048 Fixed the "with" workaround code of the unittest backport module by mbligh · 15 years ago