@@ -2690,8 +2690,9 @@ variants:
virtio_net, virtio_blk, e1000, balloon_check:
- only Fedora.11 Fedora.12 Fedora.13 Fedora.14 RHEL.5 RHEL.6 OpenSUSE.11 SLES.11 Ubuntu-8.10-server
- # only WinXP Win2003 Win2008 WinVista Win7 Fedora.11 Fedora.12 Fedora.13 Fedora.14 RHEL.5 RHEL.6 OpenSUSE.11 SLES.11 Ubuntu-8.10-server
+ # Only excluding the OS that we *know* they won't have the drivers installed
+ # Some might require special setup though.
+ no Win2000, Fedora.8 Fedora.9 Fedora.10, RHEL.3, RHEL.4, Unix, livecd
kdump, watchdog:
only RHEL.5 RHEL.6
The original config was making harder to maintain custom config files with virtio drivers install enabled. So, rather than doing a whitelist of OSs, just make a not very strict blacklist, just to help users, and not block them. Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com> --- client/tests/kvm/tests_base.cfg.sample | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-)