summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4>2011-06-06 21:57:53 +0000
committerlmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4>2011-06-06 21:57:53 +0000
commit5edec8cfc775b4bce5c8790ac8982758fc65aa99 (patch)
treef174994401afab2b178a5b9485d69b4971f2801a
parenta899c0349e3819508d8492de42f907a8cb7ebdae (diff)
KVM test: Add ahci+usb variants
Add test variants for ahci and usb to the tests_base.cfg.sample file. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> git-svn-id: svn://test.kernel.org/autotest/trunk@5417 592f7852-d20e-0410-864c-8624ca9c26a4
-rw-r--r--client/tests/kvm/tests_base.cfg.sample8
1 files changed, 8 insertions, 0 deletions
diff --git a/client/tests/kvm/tests_base.cfg.sample b/client/tests/kvm/tests_base.cfg.sample
index aeb54cbb..bd8f884c 100644
--- a/client/tests/kvm/tests_base.cfg.sample
+++ b/client/tests/kvm/tests_base.cfg.sample
@@ -2706,6 +2706,14 @@ variants:
# Some older qemu might need image_boot=yes for virtio images to work.
# Please uncomment the below if that is the case.
#image_boot=yes
+ - ahci:
+ drive_format=ahci
+ cd_format=ahci
+ - usb.stick:
+ drive_format=usb2
+ - usb.cdrom:
+ cd_format=usb2
+
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