提交 c4e0b6e9 编写于 作者: F Feng Yang 提交者: Lucas Meneghel Rodrigues

kernel_install: Update sub_type from autotest to autotest_control

We have rename autotest.py to autotest_control. So
update sub_type to autotest_control
Signed-off-by: NFeng Yang <fyang@redhat.com>
上级 61e32aec
......@@ -159,8 +159,8 @@ def run_kernel_install(test, params, env):
params["test_control_file_install"] = test_control_file
error.context("Launch kernel installation test in guest")
utils_test.run_virt_sub_test(test, params, env, sub_type="autotest",
tag="install")
utils_test.run_virt_sub_test(test, params, env,
sub_type="autotest_control", tag="install")
if params.get("need_reboot", "yes") == "yes":
error.context("Reboot guest after kernel is installed")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册