From: Satheesh Rajendran <[email protected]>
Signed-off-by: Satheesh Rajendran <[email protected]> --- client/virt/subtests.cfg.sample | 29 +++++++++++++++++++++++++++++ 1 files changed, 29 insertions(+), 0 deletions(-) diff --git a/client/virt/subtests.cfg.sample b/client/virt/subtests.cfg.sample index 8e73c0e..9f2ed63 100644 --- a/client/virt/subtests.cfg.sample +++ b/client/virt/subtests.cfg.sample @@ -283,6 +283,35 @@ variants: status_error = "yes" libvirtd = "off" + - virsh_nodecpustats: + type = virsh_nodecpustats + vms = '' + + # This is delta value to be considered for checking against expected and + # acutal cpu statistics value as data is taken in real time the below is + # value is maximum permissible value that can be deviated( *need to be + # reviewed before running this test case this depends on the system load) + # the time taken by the command to run + delta = 10 + # this is number of iterations the command will be executed and + # the actual delta values will be listed at the end of testcase for + # all iterations + itr = 5 + variants: + - no_option: + virsh_cpunodestats_options = "" + status_error = "no" + libvirtd = "on" + - unexpect_option: + virsh_cpunodestats_options = "xyz" + status_error = "yes" + libvirtd = "on" + - with_libvirtd_stop: + virsh_cpunodestats_options = "" + status_error = "yes" + libvirtd = "off" + + - virsh_freecell: type = virsh_freecell vms = '' -- 1.7.1 _______________________________________________ Autotest-kernel mailing list [email protected] https://www.redhat.com/mailman/listinfo/autotest-kernel
