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 <pkre...@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

Reply via email to