]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
virschematest: Test 'nodedevxml2xmlout' directory
authorPeter Krempa <pkrempa@redhat.com>
Mon, 22 Aug 2022 11:39:26 +0000 (13:39 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 2 Nov 2022 08:26:03 +0000 (09:26 +0100)
Test the output files against the RNG schema.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
tests/virschematest.c

index cae502a33864ef17caedea8ed8c8225914f83962..3c91bd37bb5548d526ed83e3d5a175cba514d478 100644 (file)
@@ -280,6 +280,7 @@ static const struct testSchemaEntry schemaNetworkport[] = {
 
 static const struct testSchemaEntry schemaNodedev[] = {
     { .dir = "tests/nodedevschemadata" },
+    { .dir = "tests/nodedevxml2xmlout" },
     { .file = "examples/xml/test/testdev.xml" },
 };