]> xenbits.xensource.com Git - libvirt.git/commitdiff
virschematest: Validate files in 'chxml2xmlin' and 'chxml2xmlout' directories
authorPeter Krempa <pkrempa@redhat.com>
Thu, 24 Aug 2023 12:40:47 +0000 (14:40 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 25 Aug 2023 08:07:36 +0000 (10:07 +0200)
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>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
tests/virschematest.c

index c8c15276131aaaa0ba1c4766119c5b26ebee3832..c7bfd372c9cb5c69f847b4052fb4d8964cacf3e6 100644 (file)
@@ -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[] = {