All right, applied to next.

On Wed, Jul 11, 2012 at 2:53 PM,  <sathn...@linux.vnet.ibm.com> wrote:
> From: Satheesh Rajendran <sathn...@linux.vnet.ibm.com>
>
> cpu and io stress has been added to the host load command.
>
> Signed-off-by: Satheesh Rajendran <sathn...@linux.vnet.ibm.com>
> ---
>  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
> Autotest@test.kernel.org
> http://test.kernel.org/cgi-bin/mailman/listinfo/autotest



-- 
Lucas
_______________________________________________
Autotest mailing list
Autotest@test.kernel.org
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to