From: Satheesh Rajendran <[email protected]>
Signed-off-by: Satheesh Rajendran <[email protected]> --- shared/cfg/subtests.cfg.sample | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/shared/cfg/subtests.cfg.sample b/shared/cfg/subtests.cfg.sample index 755b4f4..8750853 100644 --- a/shared/cfg/subtests.cfg.sample +++ b/shared/cfg/subtests.cfg.sample @@ -268,6 +268,15 @@ variants: virt_test_type = libvirt type = virsh_vcpupin + - virsh_pool: install setup image_copy unattended_install.cdrom + virt_test_type = libvirt + type = virsh_pool + vms = '' + pool_name = "temp_pool_1" + pool_target = "/tmp/virsh_pool" + pool_type = "dir" + vol_name = "temp_vol_1" + - virsh_version: install setup image_copy unattended_install.cdrom virt_test_type = libvirt type = virsh_version -- 1.7.1 _______________________________________________ Autotest-kernel mailing list [email protected] https://www.redhat.com/mailman/listinfo/autotest-kernel
