Skip to content

Commit

Permalink
KVM test: Fix missing commas and unattended install nic mode
Browse files Browse the repository at this point in the history
In actuality, unattended install now can use the same nic mode
as any other tests.

Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>


git-svn-id: svn://test.kernel.org/autotest/trunk@5488 592f7852-d20e-0410-864c-8624ca9c26a4
  • Loading branch information
lmr committed Jul 6, 2011
1 parent 59f91a1 commit d70bfa5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/tests/kvm/tests_base.cfg.sample
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ variants:
guest_port_unattended_install = 12323
kernel = vmlinuz
initrd = initrd.img
nic_mode = tap
# uncomment the following line to test the migration in parallel
# migrate_background = yes

Expand Down Expand Up @@ -2692,7 +2691,7 @@ variants:
virtio_net, virtio_blk, e1000, balloon_check:
# Only excluding the OS that we *know* they won't have the drivers installed
# Some might require special setup though.
no Win2000, Fedora.8 Fedora.9 Fedora.10, RHEL.3, RHEL.4, Unix, livecd
no Win2000, Fedora.8, Fedora.9, Fedora.10, RHEL.3, RHEL.4, Unix, livecd

kdump, watchdog:
only RHEL.5 RHEL.6
Expand Down

0 comments on commit d70bfa5

Please sign in to comment.