From: Michal Privoznik <[email protected]>
The passthrough-pf.conf file is not used really, because the test
case is defined as:
DO_TEST_VALIDATE_ERROR("passthrough-pf");
meaning the test is expected to fail in XML validation phase.
Hence, no .conf file is ever generated for it. Remove the file.
Signed-off-by: Michal Privoznik <[email protected]>
---
tests/networkxmlconfdata/passthrough-pf.conf | 11 -----------
1 file changed, 11 deletions(-)
delete mode 100644 tests/networkxmlconfdata/passthrough-pf.conf
diff --git a/tests/networkxmlconfdata/passthrough-pf.conf
b/tests/networkxmlconfdata/passthrough-pf.conf
deleted file mode 100644
index 1957dc8011..0000000000
--- a/tests/networkxmlconfdata/passthrough-pf.conf
+++ /dev/null
@@ -1,11 +0,0 @@
-##WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
-##OVERWRITTEN AND LOST. Changes to this configuration should be made using:
-## virsh net-edit local
-## or other application using the libvirt API.
-##
-## dnsmasq conf file created by libvirt
-strict-order
-except-interface=lo
-bind-dynamic
-interface=(null)
-addn-hosts=/var/lib/libvirt/dnsmasq/local.addnhosts
--
2.53.0