It was generating 8 tests, due to the omission of service pack level, and the vm was using way too much memory by default.
Signed-off-by: Lucas Meneghel Rodrigues <[email protected]> --- client/tests/libvirt/tests.cfg.sample | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/tests/libvirt/tests.cfg.sample b/client/tests/libvirt/tests.cfg.sample index 31cb93b..4a17107 100644 --- a/client/tests/libvirt/tests.cfg.sample +++ b/client/tests/libvirt/tests.cfg.sample @@ -82,7 +82,7 @@ variants: image_format = raw virt_install_debug = yes hvm_or_pv = hvm - mem = 4196 + mem = 1024 install_virtio = no only raw only rtl8139 @@ -91,7 +91,7 @@ variants: only no_9p_export only no_pci_assignable only smallpages - only Windows.Win7.64 + only Win7.64.sp1 only unattended_install.cdrom, boot, reboot, shutdown # Modify/comment the following lines if you wish to modify the paths of the -- 1.7.7.5 _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
