提交 38b5f9d4 编写于 作者: L Lukáš Doktor 提交者: Lucas Meneghel Rodrigues

qemu.tests.multi_disk: Don't print monitor help to log

Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
上级 ab2d77d4
......@@ -193,7 +193,7 @@ def run_multi_disk(test, params, env):
re_str = params["re_str"]
black_list = params["black_list"].split()
if "qtree" in str(vm.monitor.send_args_cmd("help")):
if "qtree" in str(vm.monitor.human_monitor_cmd("help", debug=False)):
error.context("verifying qtree vs. test params")
err = 0
qtree = qemu_qtree.QtreeContainer()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册