提交 de51fd56 编写于 作者: F Feng Yang 提交者: Lucas Meneghel Rodrigues

qemu.tests.stop_continue call session.cmd() with ignore_all_errors=True.

We do not want to fail the case for exception in clean up command.
Signed-off-by: NFeng Yang <fyang@redhat.com>
上级 5ad14914
......@@ -86,4 +86,4 @@ def run_stop_continue(test, params, env):
if clean_op:
error.context("Do clean operation: '%s'" % clean_op, logging.info)
op_timeout = float(params.get("clean_op_timeout", 60))
session.cmd(clean_op, timeout=op_timeout)
session.cmd(clean_op, timeout=op_timeout, ignore_all_errors=True)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册