mirror of https://gitee.com/openkylin/libvirt.git
virschematest: Fix testing of 'nwfilter' xmls
The files are under 'src/nwfilter/xml' Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
57f1d5bb3b
commit
2dce8109f9
|
@ -276,7 +276,7 @@ static const struct testSchemaEntry schemaNodedev[] = {
|
|||
|
||||
static const struct testSchemaEntry schemaNwfilter[] = {
|
||||
{ .dir = "tests/nwfilterxml2xmlout" },
|
||||
{ .dir = "src/nwfilter" },
|
||||
{ .dir = "src/nwfilter/xml" },
|
||||
};
|
||||
|
||||
static const struct testSchemaEntry schemaNwfilterbinding[] = {
|
||||
|
|
Loading…
Reference in New Issue