[PATCH] KVM test: Add the missing blank for the extra params of balloon check

2010-04-27 Thread Jason Wang
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

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] KVM test: Add the missing blank for the extra params of balloon check

2010-04-27 Thread Lucas Meneghel Rodrigues
On Tue, 2010-04-27 at 15:18 +0800, Jason Wang wrote:
> Add the missing blank for the extra params of balloon check in order
> to get the correct qemu-kvm command line.

Ooops, my fault. Applied, thanks for fixing this!

> 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
> 


--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html