diff options
author | lmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4> | 2010-01-18 16:58:18 +0000 |
---|---|---|
committer | lmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4> | 2010-01-18 16:58:18 +0000 |
commit | d71d58c5072b9077d5526b0bdbb600c0d8a1d6d9 (patch) | |
tree | 0025a4f8eb2cd1db4d06fc2c317e55b054c0bf07 | |
parent | 9a1bb0b5bba4cfb644d0f85ec5a1c17b08057008 (diff) |
KVM test: Add 'only no_pci_assignable' to example test sets
fc11_unattended is the default set people will run, and pci
assignable devices are still rare, so leave this variant out
of the default set.
Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>
git-svn-id: svn://test.kernel.org/autotest/trunk@4145 592f7852-d20e-0410-864c-8624ca9c26a4
-rw-r--r-- | client/tests/kvm/tests.cfg.sample | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/client/tests/kvm/tests.cfg.sample b/client/tests/kvm/tests.cfg.sample index c6a66a4d..f3ef9fa3 100644 --- a/client/tests/kvm/tests.cfg.sample +++ b/client/tests/kvm/tests.cfg.sample @@ -28,6 +28,7 @@ variants: only qemu-kvm - @sample1: only qemu-kvm + only no_pci_assignable only Fedora Windows - @sample2: only qemu-kvm @@ -35,10 +36,12 @@ variants: only ide only default only up + only no_pci_assignable only Fedora.9.* RHEL.5.* Windows only rtl8139 - @sample3: only qemu-kvm + only no_pci_assignable only qcow2.*ide.*default.*up.*Ubuntu-8.10-server.*(autotest.sleeptest) only rtl8139 - @fc8_step: @@ -47,6 +50,7 @@ variants: only ide only default only up + only no_pci_assignable only Fedora.8.32 only install setup boot shutdown only rtl8139 @@ -57,6 +61,7 @@ variants: only ide only default only up + only no_pci_assignable only WinXP.32 no install setup no hugepages @@ -68,6 +73,7 @@ variants: only ide only default only up + only no_pci_assignable only Fedora.11.64 no install setup no hugepages |