提交 3b623a44 编写于 作者: S Sitong Liu

virtio_port_login: hot fix

Fix wrong indent
Signed-off-by: NSitong Liu <siliu@redhat.com>
上级 20f927eb
......@@ -109,9 +109,9 @@ def run(test, params, env):
logging.info("sending command: %s" % cmd)
output = session.cmd_output(cmd, timeout=240)
logging.info("output:%s" % output)
clean_cmd = params["clean_cmd"]
session.cmd(clean_cmd, timeout=180)
session.close()
clean_cmd = params["clean_cmd"]
session.cmd(clean_cmd, timeout=180)
session.close()
except Exception:
console_test.cleanup()
raise
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册