1. 0ef57a1 KVM test: Release memory after testing with hugepages by lmr · 14 years ago
  2. cefc0f9 Add perf_events based counting/sampling profilers to autotest by lmr · 14 years ago
  3. ce5c925 KVM test: Disable HPET on windows timedrift tests by lmr · 14 years ago
  4. 69e10f2 KVM-test: Only add tftp option when using user nic mode by lmr · 14 years ago
  5. 6ee8d5b KVM test: Add Makefile on deps/ subdir by lmr · 14 years ago
  6. 9726b27 KVM test: kvm.py: add exception class name to failure message by lmr · 14 years ago
  7. 84546f2 KVM test: kvm_vm.py: remove serial console file when VM is destroyed by lmr · 14 years ago
  8. 23ffab5 KVM test: Combine build test with unittest by lmr · 14 years ago
  9. 0135f1e KVM test: Build and unittest fixes by lmr · 14 years ago
  10. 68168e6 KVM test: Modify the build.git method to build and link unittests by lmr · 14 years ago
  11. 4834907 KVM test: Make it possible to run VMs without NICs by lmr · 14 years ago
  12. 2da0f8c KVM test: add wrapper for RHEL-6 style unittests by lmr · 14 years ago
  13. 7102455 KVM test: add boolean 'testdev' VM parameter for RHEL-6 style unit tests by lmr · 14 years ago
  14. e0474e3 KVM test: support kernel -append command line options by lmr · 14 years ago
  15. 15328a7 Revert-revert one line of the TSC change that was reverted. by jadmanski · 14 years ago
  16. 2ab0d9b Change autotest to not log Autotest.install by jadmanski · 14 years ago
  17. aafbf2a Making base_test a new style object. by jadmanski · 14 years ago
  18. 44bf1e8 Update packager to be a bit more picky about what it runs upkeep on by jadmanski · 14 years ago
  19. 909e8df Reworked profiler_test to do what the name implies, be a test that tests by jadmanski · 14 years ago
  20. a68a7c4 KVM test: Renaming unit_test_kvmctl to unittest_kvmctl by lmr · 14 years ago
  21. 9ef2fe6 KVM test: migrate - remove gzipped images when test finishes by lmr · 14 years ago
  22. 21c6e1d KVM-test: Fix of exception process by lmr · 14 years ago
  23. 42b1666 KVM test: generate netdev ids that newer qemu can consume by lmr · 14 years ago
  24. 88dfa80 KVM Test: Fix invalid literal bug in ioquit by lmr · 14 years ago
  25. 70ea236 KVM test: Fix a small bug on timedrift test by lmr · 14 years ago
  26. adbeff8 KVM test: Enable the serial console for all linux guests by lmr · 14 years ago
  27. 7e5af34 KVM test: Enable the serial console during unattended installation by lmr · 14 years ago
  28. e56903f KVM test: log output of all shell sessions and SCP transfers by lmr · 14 years ago
  29. cf668fe KVM test: kvm_subprocess.py: don't sanitize text before passing it to callbacks by lmr · 14 years ago
  30. 61a1415 KVM test: kvm.py: set log file dir for kvm_subprocess logging by lmr · 14 years ago
  31. aa380a2 KVM test: kvm_vm.py: log serial console output and allow serial login by lmr · 14 years ago
  32. 2b06f33 KVM test: kvm_vm.py: redirect the serial console to a unix socket by lmr · 14 years ago
  33. 2c50267 KVM test: remote_login(): make the login re suitable for serial console by lmr · 14 years ago
  34. a4cd1f1 KVM test: send username in remote_login() by lmr · 14 years ago
  35. 158604f KVM test: restructure remote_login() and remote_scp() by lmr · 14 years ago
  36. cec6677 KVM test: add the auto_close option to all kvm_subprocess classes by lmr · 14 years ago
  37. 2389454 KVM test: kvm_utils.py: add a primitive logging mechanism for kvm_subprocess by lmr · 14 years ago
  38. 74094f4 KVM test: concentrate image and cdrom filename prefixes in tests.cfg.sample by lmr · 14 years ago
  39. 7fa9fe7 KVM test: kvm_preprocessing.py: test for vm.is_alive() instead of vm.is_dead() by lmr · 14 years ago
  40. 16a783b KVM test: scan_results.py: fix handling of empty result list by lmr · 14 years ago
  41. fb53a29 KVM-test: Fix of macaddr pattern by lmr · 14 years ago
  42. f2341eb by jamesren · 14 years ago
  43. 63947c7 TSC test: Reverting r4474 by lmr · 14 years ago
  44. 56e3e87 KVM-test: rename autoit to guest_test and update the sample config file by lmr · 14 years ago
  45. 94b6cf7 KVM-test: rename autoit to guest_test and update the sample config file by lmr · 14 years ago
  46. a254298 KVM-test: autoit: Generalize the variables in autoit.py by lmr · 14 years ago
  47. c5f42a3 KVM test: simplify remote_scp() by lmr · 14 years ago
  48. 0ac8210 KVM test: Unattended install - make sure to check if vm.is_alive() by lmr · 14 years ago
  49. 1084553 KVM test: kvm_preprocessing.py: simplify pre/post_command error handling by lmr · 14 years ago
  50. 3480daa KVM test: tests_base.cfg.sample: remove noacpi, userirq variants by lmr · 14 years ago
  51. ef30e6f KVM test: check for RESET QMP events in the system_reset test by lmr · 14 years ago
  52. da68b2d KVM test: kvm_monitor.py: verify correctness of QMP transaction id by lmr · 14 years ago
  53. 33fde88 KVM test: kvm_monitor.py: add convenience method get_event() by lmr · 14 years ago
  54. f2965c4 KVM test: kvm.py: suppress exceptions during postprocessing if the test fails by lmr · 14 years ago
  55. e9a9cf3 KVM test: kvm_preprocessing.py: allow modifying VM params without restarting by lmr · 14 years ago
  56. 134e20c KVM test: migration: support QMP by lmr · 14 years ago
  57. 449d225 KVM test: kvm_monitor.py: add QMP interface by lmr · 14 years ago
  58. 9e964a0 KVM test: use new monitor interface by lmr · 14 years ago
  59. 2827bab KVM test: add kvm_monitor.py, an interface to QEMU monitors by lmr · 14 years ago
  60. 2342172 common_lib/test.py: Fixes for running tests from HTTP urls by lmr · 14 years ago
  61. b1cad1e KVM Test: Support netdev parameter in make_qemu_command by lmr · 14 years ago
  62. 612323d KVM Test: Remove qemu prompt from send_monitor_cmd return data by lmr · 14 years ago
  63. 3a7c84a KVM test: Measure the timedrift after continuing a stopped vm by lmr · 14 years ago
  64. 39b57b9 KVM Test: Make login timeout configurable by lmr · 14 years ago
  65. e29d0e4 Put the continuous parsing hooks into the refactored job.record code. by jadmanski · 14 years ago
  66. 7ebac3d Add some debug logging to the Host.wait_up method. by jadmanski · 14 years ago
  67. 75dc3e9 KVM test: Update tests.cfg to take into account cdrom on unattended by lmr · 14 years ago
  68. 1424f3e KVM Test: Extend migration test to test unix, exec and migrate_cancel by lmr · 14 years ago
  69. ba88791 KVM-test: autoit: Add reboot option to autoit tests by lmr · 14 years ago
  70. 9cbda0d KVM-test: autoit: Make the login timeout configurable by lmr · 14 years ago
  71. 805f33c KVM-test: autoit: Separate the dir clean and the download commands by lmr · 14 years ago
  72. 4dedaf5 KVM-test: autoit: Remove the hardcoded dir name "autoit" in the dir clean cmd by lmr · 14 years ago
  73. a12b8a0 by jamesren · 14 years ago
  74. 17cadd6 by jamesren · 14 years ago
  75. e2e51f6 by jamesren · 14 years ago
  76. 4826cc4 by jamesren · 14 years ago
  77. 7cbd3ac Adds support for newer (sysfs) ksm interface by lmr · 14 years ago
  78. b40e8bb KVM test: kvm_test_utils.get_time: check re.findall() result before subindexing by lmr · 14 years ago
  79. 24a8298 KVM test: kvm_subprocess.py: use sys.executable instead of hardcoded 'python' by lmr · 14 years ago
  80. 327729b KVM test: remove reference to _screendump_thread at postprocessing by lmr · 14 years ago
  81. 09a7816 KVM test: kvm_vm.py: use shell quoting in make_qemu_command() where appropriate by lmr · 14 years ago
  82. db3fe61 KVM test: kvm_vm.py: correct add_smp() mistake in make_qemu_command() by lmr · 14 years ago
  83. 983ecdf KVM test: kvm_vm.py: correct get_shared_meminfo() by lmr · 14 years ago
  84. 71fa4de KVM test: kvm_vm.py: make get_pid() return the pid of the VM itself by lmr · 14 years ago
  85. 5ab537a KVM test: kvm_utils.py: remove unnecessary imports by lmr · 14 years ago
  86. 258f793 KVM test: kvm_utils.py: warn about exceptions raised during unpickling of env by lmr · 14 years ago
  87. 07cc0fc KVM test: tests_base.cfg.sample: style modifications by lmr · 14 years ago
  88. 22bdc03 KVM test: tests_base.cfg.sample: remove inline comments by lmr · 14 years ago
  89. cb2daff Clear exception information in fork_start() before exiting by lmr · 14 years ago
  90. e0ca683 by jamesren · 14 years ago
  91. 5205363 Restores proper support for handling unexpected client terminations by jadmanski · 14 years ago
  92. 2a89dac Refactor the server_job code to use the base_job implementation of record. by jadmanski · 14 years ago
  93. df432e6 When running commands via utils.run, make sure we set the duration in by jadmanski · 14 years ago
  94. 4ceb7c2 Convert autoserv extra arguments in the form of key=val or key:val to a dictionary. by jadmanski · 14 years ago
  95. 6d7bef9 Fix a little bug where we reference a variable before it is set by jadmanski · 14 years ago
  96. d4b4286 Don't log an ERROR about non-fatal package fetches failures. Put those by jadmanski · 14 years ago
  97. b1de549 Add the hostname to the 'unexpected final status message from client' by jadmanski · 14 years ago
  98. fe229d4 by jamesren · 14 years ago
  99. 7a52204 by jamesren · 14 years ago
  100. f98230c by jamesren · 14 years ago