From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Wang Subject: [PATCH] KVM test: Add the missing blank for the extra params of balloon check Date: Tue, 27 Apr 2010 15:18:38 +0800 Message-ID: <20100427071837.2127.95443.stgit@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: autotest@test.kernel.org, lmr@redhat.com Return-path: Received: from mx1.redhat.com ([209.132.183.28]:8165 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751092Ab0D0HNw (ORCPT ); Tue, 27 Apr 2010 03:13:52 -0400 Sender: kvm-owner@vger.kernel.org List-ID: Add the missing blank for the extra params of balloon check in order to get the correct qemu-kvm command line. Signed-off-by: Jason Wang --- client/tests/kvm/tests_base.cfg.sample | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/client/tests/kvm/tests_base.cfg.sample b/client/tests/kvm/tests_base.cfg.sample index 9f82ffb..f1104ed 100644 --- a/client/tests/kvm/tests_base.cfg.sample +++ b/client/tests/kvm/tests_base.cfg.sample @@ -183,7 +183,7 @@ variants: - balloon_check: install setup unattended_install type = balloon_check - extra_params += "-balloon virtio" + extra_params += " -balloon virtio" iterations = 5 - stress_boot: install setup unattended_install