]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
virschematest: Add directories containing domain XMLs
authorPeter Krempa <pkrempa@redhat.com>
Wed, 7 Oct 2020 09:40:39 +0000 (11:40 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 20 Oct 2020 07:05:10 +0000 (09:05 +0200)
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 <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
tests/virschematest.c

index 0a1639bf44c70d40afeff0a6719f56a52ddfb8b2..50dcc5d9d747b3ff03bfd50a45365a7157ee5739 100644 (file)
@@ -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[] = {