From: Peter Krempa Date: Wed, 7 Oct 2020 09:40:39 +0000 (+0200) Subject: virschematest: Add directories containing domain XMLs X-Git-Tag: v6.9.0-rc1~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67214de5bbd503dcc3ecd4f692b9cf25c314e766;p=thirdparty%2Flibvirt.git virschematest: Add directories containing domain XMLs Validate additional XML documents we use for internal testing. Specifically there's a lot of them belonging to the vmx and bhyve test suite which were not validated. Signed-off-by: Peter Krempa Reviewed-by: Michal Privoznik --- diff --git a/tests/virschematest.c b/tests/virschematest.c index 0a1639bf44..50dcc5d9d7 100644 --- a/tests/virschematest.c +++ b/tests/virschematest.c @@ -231,6 +231,15 @@ static const struct testSchemaEntry schemaDomain[] = { { .dir = "tests/qemuhotplugtestdomains" }, { .dir = "examples/xml/test/", .dirRegex = "testdom.*" }, + { .dir = "tests/qemuhotplugtestcpus" }, + { .dir = "tests/securityselinuxlabeldata" }, + { .dir = "tests/domainconfdata" }, + { .dir = "tests/lxcconf2xmldata" }, + { .dir = "tests/qemumemlockdata" }, + { .dir = "tests/vmx2xmldata" }, + { .dir = "tests/xml2vmxdata" }, + { .dir = "tests/bhyveargv2xmldata" }, + { .dir = "tests/qemuagentdata" }, }; static const struct testSchemaEntry schemaDomainCaps[] = {