From 7ef2846f9b4898abb751a8d8a263183b9e996e78 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Thu, 24 Aug 2023 14:40:47 +0200 Subject: [PATCH] virschematest: Validate files in 'chxml2xmlin' and 'chxml2xmlout' directories MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- 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[] = {