diff options
author | lmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4> | 2011-04-11 01:34:08 +0000 |
---|---|---|
committer | lmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4> | 2011-04-11 01:34:08 +0000 |
commit | 408f66cb6c6fa9dcf02c38976d465f4039ba1477 (patch) | |
tree | fa185cbbdb9e814a523494e3d61f20c04b151737 | |
parent | 471c56309052ffe39fed1a15a774012252e39e85 (diff) |
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 <lmr@redhat.com>
git-svn-id: svn://test.kernel.org/autotest/trunk@5295 592f7852-d20e-0410-864c-8624ca9c26a4
-rw-r--r-- | client/tests/kvm/tests.cfg.sample | 4 |
1 files 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 |