virtio as the variant name for virtio nw interface tests can be confusing, so let's try to be consistent with the virtio block variant (virtio_blk), and change virtio to virtio_net. Since Fedora 13 already supports virtio out of the box, let's make it the default on the default test set qemu_kvm_f13_quick. Signed-off-by: Lucas Meneghel Rodrigues <lmr@xxxxxxxxxx> --- client/tests/kvm/tests.cfg.sample | 4 ++-- client/tests/kvm/tests_base.cfg.sample | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/tests/kvm/tests.cfg.sample b/client/tests/kvm/tests.cfg.sample index cdb7b0a..12e1d7a 100644 --- a/client/tests/kvm/tests.cfg.sample +++ b/client/tests/kvm/tests.cfg.sample @@ -65,8 +65,8 @@ variants: # We want qemu-kvm for this run qemu_binary = /usr/bin/qemu-kvm only qcow2 - only rtl8139 - only ide + only virtio_net + only virtio_blk only smp2 only no_pci_assignable only smallpages diff --git a/client/tests/kvm/tests_base.cfg.sample b/client/tests/kvm/tests_base.cfg.sample index 7c87f25..e184b39 100644 --- a/client/tests/kvm/tests_base.cfg.sample +++ b/client/tests/kvm/tests_base.cfg.sample @@ -606,7 +606,7 @@ variants: nic_model = rtl8139 - e1000: nic_model = e1000 - - virtio: + - virtio_net: nic_model = virtio @@ -1692,7 +1692,7 @@ variants: image_boot=yes -virtio|virtio_blk|e1000|balloon_check: +virtio_net|virtio_blk|e1000|balloon_check: only Fedora.11 Fedora.12 Fedora.13 RHEL.5 OpenSUSE.11 SLES.11 Ubuntu-8.10-server # only WinXP Win2003 Win2008 WinVista Win7 Fedora.11 Fedora.12 Fedora.13 RHEL.5 OpenSUSE.11 SLES.11 Ubuntu-8.10-server -- 1.7.2.2 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html