Message ID | 1302225810-8978-1-git-send-email-lmr@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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
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> --- client/tests/kvm/tests.cfg.sample | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)