mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-31 18:15:25 +00:00
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 <pkrempa@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
d504297993
commit
67214de5bb
@ -231,6 +231,15 @@ static const struct testSchemaEntry schemaDomain[] = {
|
|||||||
{ .dir = "tests/qemuhotplugtestdomains" },
|
{ .dir = "tests/qemuhotplugtestdomains" },
|
||||||
{ .dir = "examples/xml/test/",
|
{ .dir = "examples/xml/test/",
|
||||||
.dirRegex = "testdom.*" },
|
.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[] = {
|
static const struct testSchemaEntry schemaDomainCaps[] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user