diff mbox

KVM test: Fixing small bug on unattended install cfg

Message ID 1256249886-3953-1-git-send-email-lmr@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Lucas Meneghel Rodrigues Oct. 22, 2009, 10:18 p.m. UTC
None
diff mbox

Patch

diff --git a/client/tests/kvm/kvm_tests.cfg.sample b/client/tests/kvm/kvm_tests.cfg.sample
index 296449d..7a12981 100644
--- a/client/tests/kvm/kvm_tests.cfg.sample
+++ b/client/tests/kvm/kvm_tests.cfg.sample
@@ -56,7 +56,7 @@  variants:
         force_create_image = yes
         pre_command = scripts/unattended.py
         floppy = "images/floppy.img"
-        extra_params = "-boot d"
+        extra_params += " -boot d"
 
     - setup:        install
         type = steps
@@ -319,7 +319,7 @@  variants:
                             md5sum = e3b1e2d1ba42aa4705fa5f41771b3927
                             md5sum_1m = dc8ddf90648c247339c721395aa49714
                             tftp = "images/tftpboot"
-                            extra_params = "-bootp /pxelinux.0 -boot n"
+                            extra_params += " -bootp /pxelinux.0 -boot n"
                             kernel_args = "ks=floppy nicdelay=60"
                             unattended_file = unattended/Fedora-11.ks
 
@@ -336,7 +336,7 @@  variants:
                             md5sum = 9d419844adeb93120215fe7505c9bce8
                             md5sum_1m = 405ee05e2387a2e4328b008d5bcbdd1e
                             tftp = "images/tftpboot"
-                            extra_params = "-bootp /pxelinux.0 -boot n"
+                            extra_params += " -bootp /pxelinux.0 -boot n"
                             kernel_args = "ks=floppy nicdelay=60"
                             unattended_file = unattended/Fedora-11.ks