Worked out on issues pointed out at the first code review. What needs to be done: 1) On softlockup.py, after the wait period is over, collect the logs and analyze them programatically, so we can determine whether the test has passed or failed. Lucas Meneghel Rodrigues (3): KVM test: Adding heartbeat monitor for soft lockup tests Virt: Adding softlockup subtest KVM test: Adding softlockup tests to tests_base.cfg.sample client/tests/kvm/deps/heartbeat_slu.py | 207 ++++++++++++++++++++++++++++++++ client/tests/kvm/tests_base.cfg.sample | 13 ++ client/virt/tests/softlockup.py | 80 ++++++++++++ 3 files changed, 300 insertions(+), 0 deletions(-) create mode 100644 client/tests/kvm/deps/heartbeat_slu.py create mode 100644 client/virt/tests/softlockup.py -- 1.7.5.4 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html