提交 f1c7685d 编写于 作者: S swapnakrishnan2k 提交者: GitHub

qemu.tests.rv_logging.py: Use "quitting" instead of quiting

The typo has been fixed in the product code. 
Signed-off-by: NSwapna Krishnan <skrishna@redhat.com>
上级 c40e2893
......@@ -87,7 +87,7 @@ def run(test, params, env):
# Testing the log after stopping spice-vdagentd
utils_spice.stop_vdagent(guest_root_session, test_timeout=15)
cmd = spice_vdagent_loginfo_cmd + " | tail -n 3 | grep \"vdagentd quiting\""
cmd = spice_vdagent_loginfo_cmd + " | tail -n 3 | grep \"vdagentd quitting\""
output = guest_root_session.cmd(cmd)
logging.debug(output)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册