提交 425f23f1 编写于 作者: L Lukáš Doktor

Merge pull request #38 from FengYang/run

qemu.tests: Update autotest_control.run_autotest_control to autotest_con...
......@@ -33,7 +33,7 @@ def run(test, params, env):
if guest_stress_test == "autotest":
test_type = params.get("test_type")
func = autotest_control.run_autotest_control
func = autotest_control.run
new_params = params.copy()
new_params["test_control_file"] = "%s.control" % test_type
......
......@@ -108,7 +108,7 @@ def run(test, params, env):
" Error message:%s" % (numa_node_malloc,
str(error_msg)))
error.context("Run memory heavy stress in guest", logging.info)
autotest_control.run_autotest_control(test, params, env)
autotest_control.run(test, params, env)
error.context("Get the qemu process memory use status", logging.info)
node_after, memory_after = utils_test.max_mem_map_node(host_numa_node,
qemu_pid)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册