From 408f66cb6c6fa9dcf02c38976d465f4039ba1477 Mon Sep 17 00:00:00 2001 From: lmr Date: Mon, 11 Apr 2011 01:34:08 +0000 Subject: KVM test: Revert the default test set conditions to be rtl8139/ide The qemu-kvm version shipped by Fedora 14 does not support booting from virtio disks directly, while qemu-kvm upstream doesn't. We recently removed image_boot = yes from the virtio variant, so this was causing a lot of KVM autotest newcomers to have the boot tests failed. So unfortunately, we'll have to revert the default test set to use rtl8139 as the nw card and ide as the block bus. Signed-off-by: Lucas Meneghel Rodrigues git-svn-id: svn://test.kernel.org/autotest/trunk@5295 592f7852-d20e-0410-864c-8624ca9c26a4 --- client/tests/kvm/tests.cfg.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/tests/kvm/tests.cfg.sample b/client/tests/kvm/tests.cfg.sample index 4b3b965f..02a70025 100644 --- a/client/tests/kvm/tests.cfg.sample +++ b/client/tests/kvm/tests.cfg.sample @@ -74,8 +74,8 @@ variants: qemu_binary = /usr/bin/qemu-kvm qemu_img_binary = /usr/bin/qemu-img only qcow2 - only virtio_net - only virtio_blk + only rtl8139 + only ide only smp2 only no_pci_assignable only smallpages -- cgit v1.2.3