提交 e9f0cc15 编写于 作者: X Xu Tian

Merge pull request #627 from PandaWei/balloon-stress

balloon_stress: fix syntax error
......@@ -79,7 +79,7 @@ def run(test, params, env):
session.cmd(params["stop_player_cmd"])
vm.verify_alive()
if (params.get("need_clear_verifier"), "yes") == "yes":
if params.get("need_clear_verifier", "yes") == "yes":
error.context("Clear %s driver verifier in guest" % driver_name,
logging.info)
session = utils_test.qemu.clear_win_driver_verifier(session, vm, timeout)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册