mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 06:50:22 +03:00
ci: use iptables to run libvirt-tck
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@redhat.com> Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
b98a474a44
commit
7762cbc308
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user