summaryrefslogtreecommitdiff
path: root/client/tests/kvm/tests.cfg.sample
diff options
context:
space:
mode:
authorlmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4>2010-05-31 23:57:37 +0000
committerlmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4>2010-05-31 23:57:37 +0000
commit7655a0d4e5ff07ff771499087f9636c01540361f (patch)
tree5b64a3077ed3640061b8fa5e702dcb62c0fe9d3d /client/tests/kvm/tests.cfg.sample
parent9ba06fd7c8631520c1d2686ff00ce9c89d60d49f (diff)
KVM test: Make Fedora 13 the default on tests.cfg
Also, adapt get_started.py to include F13. Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com> git-svn-id: svn://test.kernel.org/autotest/trunk@4569 592f7852-d20e-0410-864c-8624ca9c26a4
Diffstat (limited to 'client/tests/kvm/tests.cfg.sample')
-rw-r--r--client/tests/kvm/tests.cfg.sample16
1 files changed, 8 insertions, 8 deletions
diff --git a/client/tests/kvm/tests.cfg.sample b/client/tests/kvm/tests.cfg.sample
index 7b8e791d..e0d4271b 100644
--- a/client/tests/kvm/tests.cfg.sample
+++ b/client/tests/kvm/tests.cfg.sample
@@ -43,12 +43,12 @@ variants:
# No large memory pages
only smallpages
# Operating system choice
- only WinVista.64
+ only Win7.64
# Subtest choice. You can modify that line to add more subtests
only unattended_install boot shutdown
- # Runs qemu, f12 64 bit guest OS, install, boot, shutdown
- - @qemu_f12_quick:
+ # Runs qemu, f13 64 bit guest OS, install, boot, shutdown
+ - @qemu_f13_quick:
# We want qemu for this run
qemu_binary = /usr/bin/qemu
only qcow2
@@ -60,13 +60,13 @@ variants:
only up
only no_pci_assignable
only smallpages
- only Fedora.12.64
+ only Fedora.13.64
only unattended_install boot shutdown
# qemu needs -enable-kvm on the cmdline
extra_params = ' -enable-kvm'
- # Runs qemu-kvm, f12 64 bit guest OS, install, boot, shutdown
- - @qemu_kvm_f12_quick:
+ # Runs qemu-kvm, f13 64 bit guest OS, install, boot, shutdown
+ - @qemu_kvm_f13_quick:
# We want qemu-kvm for this run
qemu_binary = /usr/bin/qemu-kvm
only qcow2
@@ -76,7 +76,7 @@ variants:
only smp2
only no_pci_assignable
only smallpages
- only Fedora.12.64
+ only Fedora.13.64
only unattended_install boot shutdown
# Uncomment the following lines to enable abort-on-error mode:
@@ -85,4 +85,4 @@ variants:
#kill_unresponsive_vms.* ?= no
# Choose your test list from the testsets defined
-only qemu_kvm_f12_quick
+only qemu_kvm_f13_quick