mirror of https://gitee.com/openkylin/libvirt.git
tests: schema: test bhyvexml2xmloutdata schemas
Signed-off-by: Roman Bogorodskiy <bogorodskiy@gmail.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
24d7d85208
commit
821d7d1866
tests
|
@ -201,7 +201,8 @@ mymain(void)
|
|||
DO_TEST_DIR("domain.rng", "domainschemadata",
|
||||
"qemuxml2argvdata", "xmconfigdata",
|
||||
"qemuxml2xmloutdata", "lxcxml2xmldata",
|
||||
"lxcxml2xmloutdata", "bhyvexml2argvdata", "genericxml2xmlindata",
|
||||
"lxcxml2xmloutdata", "bhyvexml2argvdata",
|
||||
"bhyvexml2xmloutdata", "genericxml2xmlindata",
|
||||
"genericxml2xmloutdata", "xlconfigdata", "libxlxml2domconfigdata",
|
||||
"qemuhotplugtestdomains");
|
||||
DO_TEST_DIR("domaincaps.rng", "domaincapsdata");
|
||||
|
|
Loading…
Reference in New Issue