Page MenuHomeFreeBSD

traceroute tests: fix the test when SCTP is supported
ClosedPublic

Authored by ivy on Tue, May 13, 8:07 PM.
Tags
None
Referenced Files
F118461896: D50336.id155412.diff
Thu, May 29, 4:33 PM
Unknown Object (File)
Mon, May 26, 9:12 AM
Unknown Object (File)
Sun, May 25, 7:03 PM
Unknown Object (File)
Sun, May 25, 1:37 AM
Unknown Object (File)
Sat, May 24, 12:18 PM
Unknown Object (File)
Sat, May 24, 7:36 AM
Unknown Object (File)
Sat, May 24, 5:22 AM
Unknown Object (File)
Fri, May 16, 4:26 PM
Subscribers

Details

Summary

The SCTP test assumes a default system configuration where SCTP is not
supported, so the probe packet returns an ICMP error which is displayed
as a !P response. If SCTP is supported, then something else is returned
instead (depending on exactly what probe we sent, but not an ICMP error)
and the test fails.

Since we already check the correct probes are sent using tcpdump, remove
the match for the second hop entirely.

Reported by: Jenkins

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 64148
Build 61032: arc lint + arc unit