Signed-off-by: Pradeep K Surisetty <[email protected]> --- diff -uprN autotest/client/tests/kvm/tests_base.cfg.sample autotest-new/client/tests/kvm/tests_base.cfg.sample --- autotest/client/tests/kvm/tests_base.cfg.sample 2011-06-24 07:49:23.952372847 +0530 +++ autotest-new/client/tests/kvm/tests_base.cfg.sample 2011-06-24 07:55:48.912422442 +0530 @@ -347,6 +347,19 @@ variants: extra_params += " -watchdog i6300esb -watchdog-action reset" relogin_timeout = 240 + - softlockup: install setup unattended_install.cdrom + only Linux + type = softlockup + softlockup_files = stress-1.0.4.tar.gz heartbeat_slu.py + stress_setup_cmd = "cd %s && tar xvf stress-1.0.4.tar.gz && cd stress-1.0.4 && ./configure && make && make install" + server_setup_cmd = %s/heartbeat_slu.py --server --threshold %s --file %s --verbose --check-drift + client_setup_cmd = %s/heartbeat_slu.py --client --address %s --interval 1 + stress_cmd = "stress -c %s & " + file = /tmp/heartbeat_server.out + stress_threshold = 10 + #time_to_run = 12,18, 24 hours + test_duration = 12 + - stress_boot: install setup unattended_install.cdrom type = stress_boot max_vms = 5 --- _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
