提交 ca4978fb 编写于 作者: S Swapna Krishnan

Modifying config files to deal with new repo changes for Spice testing

Signed-off-by: NSwapna Krishnan <skrishna@redhat.com>
上级 d68c4ec5
......@@ -47,6 +47,7 @@ only smallpages
# No gluster fs support
# Only i440fx pc type
only i440fx
only hmp
variants:
- qxl:
......
......@@ -27,7 +27,7 @@ str = """
"""
parser = cartesian_config.Parser()
parser.parse_file(os.path.join(virt_test_dir, "qemu", "cfg", "build.cfg"))
parser.parse_file(os.path.join(virt_test_dir, "backends", "qemu", "cfg", "build.cfg"))
parser.parse_string(str)
if not utils_misc.run_tests(parser, job):
logging.error("QEMU (KVM) build step failed, exiting.")
......@@ -41,7 +41,7 @@ str = """
"""
parser = cartesian_config.Parser()
parser.parse_file(os.path.join(virt_test_dir, "qemu", "cfg", "tests-spice.cfg"))
parser.parse_file(os.path.join(virt_test_dir, "backends", "qemu", "cfg", "tests-spice.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.
先完成此消息的编辑!
想要评论请 注册