Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(140)

Unified Diff: client/tests/kvm/tests.cfg.sample

Issue 6539001: Merge remote branch 'cros/upstream' into master. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: patch Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/tests/kvm/scripts/virtio_console_guest.py ('k') | client/tests/kvm/tests/virtio_console.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/kvm/tests.cfg.sample
diff --git a/client/tests/kvm/tests.cfg.sample b/client/tests/kvm/tests.cfg.sample
index bde7abaf59eb806de6b34074fdfcc87736bc87aa..4b3b965f122d2fcaaf4f0e1eb3f17437e53220f8 100644
--- a/client/tests/kvm/tests.cfg.sample
+++ b/client/tests/kvm/tests.cfg.sample
@@ -18,10 +18,9 @@ include cdkeys.cfg
image_name(_.*)? ?<= /tmp/kvm_autotest_root/images/
cdrom(_.*)? ?<= /tmp/kvm_autotest_root/
floppy ?<= /tmp/kvm_autotest_root/
-Linux:
- unattended_install:
- kernel ?<= /tmp/kvm_autotest_root/
- initrd ?<= /tmp/kvm_autotest_root/
+Linux..unattended_install:
+ kernel ?<= /tmp/kvm_autotest_root/
+ initrd ?<= /tmp/kvm_autotest_root/
# Here are the test sets variants. The variant 'qemu_kvm_windows_quick' is
# fully commented, the following ones have comments only on noteworthy points
@@ -49,7 +48,7 @@ variants:
# Operating system choice
only Win7.64
# Subtest choice. You can modify that line to add more subtests
- only unattended_install.cdrom boot shutdown
+ only unattended_install.cdrom, boot, shutdown
# Runs qemu, f14 64 bit guest OS, install, boot, shutdown
- @qemu_f14_quick:
@@ -65,7 +64,7 @@ variants:
only no_pci_assignable
only smallpages
only Fedora.14.64
- only unattended_install.cdrom boot shutdown
+ only unattended_install.cdrom, boot, shutdown
# qemu needs -enable-kvm on the cmdline
extra_params += ' -enable-kvm'
@@ -81,7 +80,7 @@ variants:
only no_pci_assignable
only smallpages
only Fedora.14.64
- only unattended_install.cdrom boot shutdown
+ only unattended_install.cdrom, boot, shutdown
# You may provide information about the DTM server for WHQL tests here:
#whql:
« no previous file with comments | « client/tests/kvm/scripts/virtio_console_guest.py ('k') | client/tests/kvm/tests/virtio_console.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698