[PATCH 2/2] virschematest: Validate files in 'chxml2xmlin' and 'chxml2xmlout' directories

Peter Krempa posted 2 patches 2 years, 5 months ago
[PATCH 2/2] virschematest: Validate files in 'chxml2xmlin' and 'chxml2xmlout' directories
Posted by Peter Krempa 2 years, 5 months ago
The test files for the 'ch' driver were not validated against the schema
and thus also didn't conform to the schema.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
---
 tests/virschematest.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/virschematest.c b/tests/virschematest.c
index c8c1527613..c7bfd372c9 100644
--- a/tests/virschematest.c
+++ b/tests/virschematest.c
@@ -237,6 +237,8 @@ static const struct testSchemaEntry schemaDomain[] = {
     { .dir = "tests/xml2vmxdata" },
     { .dir = "tests/bhyveargv2xmldata" },
     { .dir = "tests/qemuagentdata" },
+    { .dir = "tests/chxml2xmlin" },
+    { .dir = "tests/chxml2xmlout" },
 };

 static const struct testSchemaEntry schemaDomainCaps[] = {
-- 
2.41.0