From: Satheesh Rajendran <[email protected]> cpu and io stress has been added to the host load command.
Signed-off-by: Satheesh Rajendran <[email protected]> --- client/virt/subtests.cfg.sample | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/client/virt/subtests.cfg.sample b/client/virt/subtests.cfg.sample index dd832ef..45b6277 100644 --- a/client/virt/subtests.cfg.sample +++ b/client/virt/subtests.cfg.sample @@ -1030,8 +1030,10 @@ variants: type = time_manage kill_vm = yes extra_params +=" -rtc base=utc,driftfix=slew -snapshot" - # The stress command *must* be installed in the host - host_load_command = stress --vm 1 --vm-bytes 4G --vm-keep + # The stress command *must* be installed in the host. + # The aim is generate huge load on host so cpu, io, vm + # paramters values can be changed based on host configuration. + host_load_command = stress --cpu 4 --io 4 --vm 4 --vm-bytes 1G --vm-keep host_load_kill_command = killall stress reboot_method = shell alive_test_cmd = uname -a -- 1.7.5.4 _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
