Stabilize firewall and DNS tests

This commit is contained in:
Stanislas Lange
2026-08-04 12:06:25 +02:00
parent c2b1b6999d
commit efa3318843
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ RUN chmod +x /entrypoint.sh /opt/test/validate-output.sh /opt/test/local-network
RUN printf '%s\n' \
'[Unit]' \
'Description=OpenVPN Installation Test' \
'After=network.target' \
'After=network.target firewalld.service nftables.service' \
'' \
'[Service]' \
'Type=oneshot' \
+1 -1
View File
@@ -131,7 +131,7 @@ wait_for_revoked_reconnect_rejected() {
test_dns_resolution() {
local label="$1"
local test_name="github.com"
local test_name="neverssl.com"
local success=false
# This verifies recursive DNS connectivity. Use an unsigned zone so the test
# does not depend on DNSSEC key retrieval over GitHub runner networks.