As in other tests, we should append the qemu extra options instead of replacing them. Signed-off-by: Lucas Meneghel Rodrigues <lmr@xxxxxxxxxx> --- client/tests/kvm/kvm_tests.cfg.sample | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) 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 -- 1.6.2.5 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html