diff options
author | lmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4> | 2010-11-23 14:14:51 +0000 |
---|---|---|
committer | lmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4> | 2010-11-23 14:14:51 +0000 |
commit | 79573a8f7635b85fb93e7cbc0d3f3fa6e1a07f5e (patch) | |
tree | 954dd0fed030f8486fb62e0fe24d0e4a9da1c5a7 /client/tests/kvm/tests.cfg.sample | |
parent | 6b66720ceb8f045880140ac7a48d4a24256b5453 (diff) |
KVM test: append kernel and initrd params only for Linux
Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>
git-svn-id: svn://test.kernel.org/autotest/trunk@4941 592f7852-d20e-0410-864c-8624ca9c26a4
Diffstat (limited to 'client/tests/kvm/tests.cfg.sample')
-rw-r--r-- | client/tests/kvm/tests.cfg.sample | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/client/tests/kvm/tests.cfg.sample b/client/tests/kvm/tests.cfg.sample index 6cd21dc9..bde7abaf 100644 --- a/client/tests/kvm/tests.cfg.sample +++ b/client/tests/kvm/tests.cfg.sample @@ -18,8 +18,10 @@ include cdkeys.cfg image_name(_.*)? ?<= /tmp/kvm_autotest_root/images/ cdrom(_.*)? ?<= /tmp/kvm_autotest_root/ floppy ?<= /tmp/kvm_autotest_root/ -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 |