mirror of
https://github.com/opnsense/src.git
synced 2026-06-12 18:20:49 -04:00
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:
parent
b670c9bafc
commit
2fe78d74fa
1 changed files with 1 additions and 1 deletions
|
|
@ -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:.*" \
|
||||
|
|
|
|||
Loading…
Reference in a new issue