From 7bef072ca986f8641881a15bd6ae1659883338f2 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Fri, 25 Jul 2025 05:55:20 +0900 Subject: [PATCH] test: stop firewalld and friends to make them not disturb test-firewall-util Hopefully fixes #35526. --- test/units/TEST-02-UNITTESTS.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/units/TEST-02-UNITTESTS.sh b/test/units/TEST-02-UNITTESTS.sh index 0aced75c67..12860d5700 100755 --- a/test/units/TEST-02-UNITTESTS.sh +++ b/test/units/TEST-02-UNITTESTS.sh @@ -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