mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
test: stop firewalld and friends to make them not disturb test-firewall-util
Hopefully fixes #35526.
This commit is contained in:
committed by
Luca Boccassi
parent
c8082ac09c
commit
7bef072ca9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user