提交 0b0ddc84 编写于 作者: L Lin Ma 提交者: Lucas Meneghel Rodrigues

qemu: boot_time: Set gracefully=False while destroying a guest in rescue mode

Signed-off-by: NLin Ma <lma@suse.com>
上级 b2de8ee4
......@@ -54,7 +54,7 @@ def run(test, params, env):
restore_level_cmd = params['restore_level_cmd']
session.cmd(restore_level_cmd)
session.cmd('sync')
vm.destroy()
vm.destroy(gracefully=False)
env_process.preprocess_vm(test, params, env, vm.name)
vm.verify_alive()
vm.wait_for_login(timeout=timeout)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册