提交 9c93182b 编写于 作者: W Wei Jiangang

balloon_stress: Remove the check for guest os type

'only Windows' has been declared in balloon_in_use.cfg,
and it's parent tests also declared the same filter in
driver_load_stress.cfg and balloon_stress.cfg.
so the check for os type is redundant.
Signed-off-by: NWei Jiangang <weijg.fnst@cn.fujitsu.com>
上级 61c80e53
......@@ -37,9 +37,8 @@ def run(test, params, env):
session.cmd(params.get("pre_cmd"))
driver_name = params["driver_name"]
if params["os_type"] == "windows":
utils_test.qemu.setup_win_driver_verifier(driver_name, vm, timeout)
balloon_test = BallooningTestWin(test, params, env)
utils_test.qemu.setup_win_driver_verifier(driver_name, vm, timeout)
balloon_test = BallooningTestWin(test, params, env)
error.context("Play video in guest", logging.info)
play_video_cmd = params["play_video_cmd"]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册