All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] KVM test: Don't restrict Windows guests on virtio_blk variant anymore
@ 2011-07-05 20:48 Lucas Meneghel Rodrigues
  0 siblings, 0 replies; only message in thread
From: Lucas Meneghel Rodrigues @ 2011-07-05 20:48 UTC (permalink / raw)
  To: autotest; +Cc: kvm, Lucas Meneghel Rodrigues

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(-)

diff --git a/client/tests/kvm/tests_base.cfg.sample b/client/tests/kvm/tests_base.cfg.sample
index 5311629..321fe77 100644
--- a/client/tests/kvm/tests_base.cfg.sample
+++ b/client/tests/kvm/tests_base.cfg.sample
@@ -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
-- 
1.7.6


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-07-05 20:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-05 20:48 [PATCH] KVM test: Don't restrict Windows guests on virtio_blk variant anymore Lucas Meneghel Rodrigues

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.