提交 61c80e53 编写于 作者: W Wei Jiangang

balloon_stress: clean up

The method used to set memory balloon had been changed
in 6a9d8295, The 'unit' never be used.
Signed-off-by: NWei Jiangang <weijg.fnst@cn.fujitsu.com>
上级 d335dfff
......@@ -30,7 +30,6 @@ def run(test, params, env):
vm.verify_alive()
default_memory = int(params.get("default_memory", params['mem']))
unit = vm.monitor.protocol == "qmp" and 1048576 or 1
timeout = float(params.get("login_timeout", 360))
session = vm.wait_for_login(timeout=timeout)
# for media player configuration
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册