test: stop firewalld and friends to make them not disturb test-firewall-util

Hopefully fixes #35526.
This commit is contained in:
Yu Watanabe
2025-07-25 05:55:20 +09:00
committed by Luca Boccassi
parent c8082ac09c
commit 7bef072ca9

View File

@@ -32,6 +32,11 @@ if ! systemd-detect-virt -qc; then
sysctl net.ipv4.ping_group_range="0 2147483647"
fi
# Disable firewalld and friends to make them not disturb test-firewall-util
systemctl disable --now firewalld.service || :
systemctl disable --now iptables.service || :
systemctl disable --now ip6tables.service || :
# Check & report test results
# Arguments:
# $1: test path