From 741ddd0201ba8d1f29023ff90c5ad1534366fe54 Mon Sep 17 00:00:00 2001 From: Yumei Huang Date: Mon, 3 Dec 2018 15:49:05 +0800 Subject: [PATCH] balloon_disable/balloon_stop_continue: remove -balloon usage Since -balloon is no longer supported by qemu3.1, update cases accordingly. Signed-off-by: Yumei Huang --- qemu/tests/cfg/balloon_disable.cfg | 1 + qemu/tests/cfg/balloon_stop_continue.cfg | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/qemu/tests/cfg/balloon_disable.cfg b/qemu/tests/cfg/balloon_disable.cfg index 85439647..72bbd031 100644 --- a/qemu/tests/cfg/balloon_disable.cfg +++ b/qemu/tests/cfg/balloon_disable.cfg @@ -4,3 +4,4 @@ no RHEL.4.9 type = balloon_disable extra_params += " -balloon none" + required_qemu = [, 3.1.0) diff --git a/qemu/tests/cfg/balloon_stop_continue.cfg b/qemu/tests/cfg/balloon_stop_continue.cfg index d3e54353..a53beea2 100644 --- a/qemu/tests/cfg/balloon_stop_continue.cfg +++ b/qemu/tests/cfg/balloon_stop_continue.cfg @@ -1,5 +1,7 @@ - balloon_stop_continue: install setup image_copy unattended_install.cdrom virt_test_type = qemu type = balloon_stop_continue - extra_params += " -balloon virtio" + balloon = balloon0 + balloon_dev_devid = balloon0 + balloon_dev_add_bus = yes repeat_timeout = 360 -- GitLab