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 <l...@redhat.com>
---
 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 4b3b965..02a7002 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
-- 
1.7.4.2

_______________________________________________
Autotest mailing list
Autotest@test.kernel.org
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to