Signed-off-by: Gu Yanhua <guyanhua-f...@cn.fujitsu.com> --- client/virt/subtests.cfg.sample | 26 ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/client/virt/subtests.cfg.sample b/client/virt/subtests.cfg.sample index ebfbff5..58cdba3 100644 --- a/client/virt/subtests.cfg.sample +++ b/client/virt/subtests.cfg.sample @@ -280,6 +280,32 @@ variants: status_error = "yes" libvirtd = "off" + - virsh_freecell: + type = virsh_freecell + vms = '' + variants: + - no_option: + virsh_freecell_options = "" + status_error = "no" + libvirtd = "on" + - expected_option_all: + virsh_freecell_options = "--all" + status_error = "no" + libvirtd = "on" + - expected_option_0: + virsh_freecell_options = 0 + status_error = "no" + libvirtd = "on" + - unexpected_option_xyz: + virsh_freecell_options = "xyz" + status_error = "yes" + libvirtd = "on" + - with_libvirtd_stop: + virsh_freecell_options = "" + status_error = "yes" + libvirtd = "off" + + - module_probe: type = module_probe # You can specify your own module list, though it is not needed usually. -- 1.7.1 _______________________________________________ Autotest mailing list Autotest@test.kernel.org http://test.kernel.org/cgi-bin/mailman/listinfo/autotest