pf tests: do not shutdown the sctp server in sctp:related_icmp

This caused intermittent test failures because we failed to actually send the
large request (and thus failed to provoke ICMP packets).

Sponsored by:	Rubicon Communications, LLC ("Netgate")
This commit is contained in:
Kristof Provost 2025-06-20 15:34:16 +02:00
parent b670c9bafc
commit 2fe78d74fa

View file

@ -810,7 +810,7 @@ related_icmp_body()
fi
# Do we see ICMP traffic if we send overly large traffic?
echo "foo" | jexec srv nc --sctp -N -l 1234 >/dev/null &
echo "foo" | jexec srv nc --sctp -l 1234 >/dev/null &
sleep 1
atf_check -s exit:0 -o not-match:".*destination unreachable:.*" \