提交 4d82c8fd 编写于 作者: M Michal Privoznik

test: Drop useless prefix for qemuxml2xmldata test data

There's no reason for the files to have qemuxml2xmlout- prefix
since they all live under qemuxml2xmloutdata directory.
Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
上级 aa99cab7
mach-virt-serial-compat.xml
\ No newline at end of file
mach-virt-serial-compat.xml
\ No newline at end of file
mach-virt-serial-compat.xml
\ No newline at end of file
pseries-serial-native.xml
\ No newline at end of file
pseries-serial-native.xml
\ No newline at end of file
pseries-serial-native.xml
\ No newline at end of file
qemuxml2xmlout-mach-virt-serial-compat.xml
\ No newline at end of file
qemuxml2xmlout-mach-virt-serial-compat.xml
\ No newline at end of file
qemuxml2xmlout-mach-virt-serial-compat.xml
\ No newline at end of file
qemuxml2xmlout-pseries-serial-native.xml
\ No newline at end of file
qemuxml2xmlout-pseries-serial-native.xml
\ No newline at end of file
qemuxml2xmlout-pseries-serial-native.xml
\ No newline at end of file
......@@ -312,7 +312,7 @@ testInfoSet(struct testInfo *info,
if (when & WHEN_INACTIVE) {
if (virAsprintf(&info->outInactiveName,
"%s/qemuxml2xmloutdata/qemuxml2xmlout-%s-inactive.xml",
"%s/qemuxml2xmloutdata/%s-inactive.xml",
abs_srcdir, name) < 0)
goto error;
......@@ -320,7 +320,7 @@ testInfoSet(struct testInfo *info,
VIR_FREE(info->outInactiveName);
if (virAsprintf(&info->outInactiveName,
"%s/qemuxml2xmloutdata/qemuxml2xmlout-%s.xml",
"%s/qemuxml2xmloutdata/%s.xml",
abs_srcdir, name) < 0)
goto error;
}
......@@ -328,7 +328,7 @@ testInfoSet(struct testInfo *info,
if (when & WHEN_ACTIVE) {
if (virAsprintf(&info->outActiveName,
"%s/qemuxml2xmloutdata/qemuxml2xmlout-%s-active.xml",
"%s/qemuxml2xmloutdata/%s-active.xml",
abs_srcdir, name) < 0)
goto error;
......@@ -336,7 +336,7 @@ testInfoSet(struct testInfo *info,
VIR_FREE(info->outActiveName);
if (virAsprintf(&info->outActiveName,
"%s/qemuxml2xmloutdata/qemuxml2xmlout-%s.xml",
"%s/qemuxml2xmloutdata/%s.xml",
abs_srcdir, name) < 0)
goto error;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册