]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: Rename some test files in cputestdata
authorTim Wiederhake <twiederh@redhat.com>
Wed, 7 Oct 2020 08:54:56 +0000 (10:54 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 7 Oct 2020 09:26:37 +0000 (11:26 +0200)
commit676396ba5b0e671e940772faee8ff713d53174fc
treeb88c0753dd7aca9f8c315140cb45da82d3875981
parent9702659807157648a45c5928626a363ae3489cc9
tests: Rename some test files in cputestdata

The files contained the "-invalid" marker in their filename, marking
them as test cases that are supposed to fail in the virschematest.
Unfortunately, the "-invalid" marker does not discriminate between
different tests the files might be used in.

A later patch will introduce a new test validating the XML. This
test is not supposed to fail, as the files contain valid XML.

Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
tests/cputest.c
tests/cputestdata/ppc64-guest-compat-bad.xml [moved from tests/cputestdata/ppc64-guest-compat-invalid.xml with 100% similarity]
tests/cputestdata/ppc64-guest-legacy-bad.xml [moved from tests/cputestdata/ppc64-guest-legacy-invalid.xml with 100% similarity]
tests/cputestdata/ppc64-host+guest-compat-bad.xml [moved from tests/cputestdata/ppc64-host+guest-compat-invalid.xml with 100% similarity]
tests/cputestdata/ppc64-host+guest-legacy-bad.xml [moved from tests/cputestdata/ppc64-host+guest-legacy-invalid.xml with 100% similarity]