[PATCH 08/21] virschematest: Fix testing of 'nwfilter' xmls

Peter Krempa pkrempa at redhat.com
Thu Oct 8 07:55:22 UTC 2020


The files are under 'src/nwfilter/xml'

Signed-off-by: Peter Krempa <pkrempa at redhat.com>
---
 tests/virschematest.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/virschematest.c b/tests/virschematest.c
index 816305d776..0a1639bf44 100644
--- a/tests/virschematest.c
+++ b/tests/virschematest.c
@@ -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[] = {
-- 
2.26.2




More information about the libvir-list mailing list