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 <[email protected]>
---
 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

_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to