From: Peter Krempa Date: Thu, 24 Aug 2023 12:40:47 +0000 (+0200) Subject: virschematest: Validate files in 'chxml2xmlin' and 'chxml2xmlout' directories X-Git-Tag: v9.7.0-rc1~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ef2846f9b4898abb751a8d8a263183b9e996e78;p=thirdparty%2Flibvirt.git 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 Reviewed-by: Ján Tomko --- 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[] = {