From: Peter Krempa Date: Wed, 7 Oct 2020 11:58:24 +0000 (+0200) Subject: virschematest: Validate more XMLs X-Git-Tag: v6.9.0-rc1~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3bbaf3169ca5393422adc2efc9448fadf02867c;p=thirdparty%2Flibvirt.git virschematest: Validate more XMLs We weren't validating certain directories containing nwfilter, network and capability XML test files. Signed-off-by: Peter Krempa Reviewed-by: Michal Privoznik --- diff --git a/tests/virschematest.c b/tests/virschematest.c index 50dcc5d9d7..6ce09d4737 100644 --- a/tests/virschematest.c +++ b/tests/virschematest.c @@ -213,6 +213,7 @@ testSchemaEntries(const char *schema, static const struct testSchemaEntry schemaCapability[] = { { .dir = "tests/capabilityschemadata" }, { .dir = "tests/vircaps2xmldata" }, + { .dir = "tests/qemucaps2xmloutdata" }, }; static const struct testSchemaEntry schemaDomain[] = { @@ -272,6 +273,8 @@ static const struct testSchemaEntry schemaNetwork[] = { { .dir = "tests/networkxml2confdata" }, { .dir = "examples/xml/test/", .dirRegex = "testnet.*" }, + { .dir = "tests/networkxml2xmlupdateout" }, + { .dir = "tests/networkxml2firewalldata" }, }; static const struct testSchemaEntry schemaNetworkport[] = { @@ -286,6 +289,8 @@ static const struct testSchemaEntry schemaNodedev[] = { static const struct testSchemaEntry schemaNwfilter[] = { { .dir = "tests/nwfilterxml2xmlout" }, { .dir = "src/nwfilter/xml" }, + { .dir = "tests/nwfilterxml2xmlin" }, + { .dir = "tests/nwfilterxml2firewalldata" }, }; static const struct testSchemaEntry schemaNwfilterbinding[] = {