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@xxxxxxxxxx> --- 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 majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html