virschematest: Validate files in 'chxml2xmlin' and 'chxml2xmlout' directories

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>
This commit is contained in:
Peter Krempa 2023-08-24 14:40:47 +02:00
parent 27d1f9e404
commit 7ef2846f9b

View 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[] = {