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

qemu/control: typo fix kvm_test_dir -> qemu_test_dir

Have rename kvm to qemu, but forget to update this.
Signed-off-by: NFeng Yang <fyang@redhat.com>
上级 bde0bcc5
......@@ -36,7 +36,7 @@ str = """
parser = cartesian_config.Parser()
qemu_test_dir = os.path.join(os.environ['AUTODIR'],'tests/virt/qemu')
parser.parse_file(os.path.join(kvm_test_dir, "cfg", "build.cfg"))
parser.parse_file(os.path.join(qemu_test_dir, "cfg", "build.cfg"))
parser.parse_string(str)
if not utils_misc.run_tests(parser, job):
logging.error("QEMU build step failed, exiting.")
......@@ -50,7 +50,7 @@ str = """
"""
parser = cartesian_config.Parser()
parser.parse_file(os.path.join(kvm_test_dir, "cfg", "tests.cfg"))
parser.parse_file(os.path.join(qemu_test_dir, "cfg", "tests.cfg"))
if args:
# We get test parameters from command line
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册