From patchwork Thu Oct 22 22:18:06 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lucas Meneghel Rodrigues X-Patchwork-Id: 55471 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n9MMIDnP012238 for ; Thu, 22 Oct 2009 22:18:13 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750941AbZJVWSH (ORCPT ); Thu, 22 Oct 2009 18:18:07 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750837AbZJVWSG (ORCPT ); Thu, 22 Oct 2009 18:18:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43883 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750765AbZJVWSF (ORCPT ); Thu, 22 Oct 2009 18:18:05 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n9MMI8oo002937; Thu, 22 Oct 2009 18:18:08 -0400 Received: from localhost.localdomain (vpn-12-93.rdu.redhat.com [10.11.12.93]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n9MMI7WC029439; Thu, 22 Oct 2009 18:18:07 -0400 From: Lucas Meneghel Rodrigues To: autotest@test.kernel.org Cc: kvm@vger.kernel.org, Lucas Meneghel Rodrigues Subject: [PATCH] KVM test: Fixing small bug on unattended install cfg Date: Thu, 22 Oct 2009 20:18:06 -0200 Message-Id: <1256249886-3953-1-git-send-email-lmr@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org 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