* [PATCH] KVM test: Add the missing blank for the extra params of balloon check
@ 2010-04-27 7:18 Jason Wang
2010-04-27 13:25 ` Lucas Meneghel Rodrigues
0 siblings, 1 reply; 2+ messages in thread
From: Jason Wang @ 2010-04-27 7:18 UTC (permalink / raw)
To: autotest, lmr; +Cc: kvm
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 <jasowang@redhat.com>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] KVM test: Add the missing blank for the extra params of balloon check
2010-04-27 7:18 [PATCH] KVM test: Add the missing blank for the extra params of balloon check Jason Wang
@ 2010-04-27 13:25 ` Lucas Meneghel Rodrigues
0 siblings, 0 replies; 2+ messages in thread
From: Lucas Meneghel Rodrigues @ 2010-04-27 13:25 UTC (permalink / raw)
To: Jason Wang; +Cc: autotest, kvm
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 <jasowang@redhat.com>
> ---
> 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
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-04-27 13:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-27 7:18 [PATCH] KVM test: Add the missing blank for the extra params of balloon check Jason Wang
2010-04-27 13:25 ` Lucas Meneghel Rodrigues
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox