[libvirt PATCH 1/3] ci: use iptables to run libvirt-tck

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxx>
---
 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




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux