提交 d626faae 编写于 作者: X Xu Tian 提交者: GitHub

Merge pull request #930 from hjydxy/memory_sw_limit

check virtual mechine is alive or not before sending command
......@@ -1926,7 +1926,9 @@ def run(test, params, env):
finally:
error.context("Cleanup")
session.cmd("true")
if vm.is_alive():
session.cmd("true")
session.close()
del(cgroup)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册