提交 291b0e4e 编写于 作者: L Lukáš Doktor

Merge pull request #1345 from ypu/vhost_with_cgroup

qemu.tests: Update get_property useage in vhost_with_cgroup
......@@ -65,6 +65,6 @@ def run(test, params, env):
error.context("Check whether vhost attached to cgroup successfully",
logging.info)
if vhost_pid not in cgroup.get_property("/tasks"):
if vhost_pid not in cgroup.get_property("tasks"):
raise error.TestError("Oops, vhost process attach to cgroup FAILED!")
logging.info("Vhost process attach to cgroup successfully")
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册