On current Fedora libvirt uses nftables by default but the libvirt-tck
tests are not ready for it and most of the nwfilter tests fail. We need
to keep using iptables for now.
Signed-off-by: Pavel Hrdina <phrdina(a)redhat.com>
---
ci/jobs.sh | 3 +++
1 file changed, 3 insertions(+)
diff --git a/ci/jobs.sh b/ci/jobs.sh
index 9a1c668d2e..6ded80af34 100644
--- a/ci/jobs.sh
+++ b/ci/jobs.sh
@@ -124,6 +124,9 @@ run_integration() {
DAEMONS="virtinterfaced virtlockd virtlogd virtnetworkd virtnodedevd
virtnwfilterd virtproxyd virtqemud virtsecretd virtstoraged"
fi
+ # Force libvirt to use iptables to make sure libvirt-tck tests don't fail
+ run_cmd_quiet sudo augtool set /files/etc/libvirt/network.conf/firewall_backend
"'iptables'"
+
echo "DAEMONS=$DAEMONS"
for daemon in $DAEMONS
do
--
2.48.1