Page MenuHomeFreeBSD

netinet6: add ip6_output() scoped tests
ClosedPublic

Authored by melifaro on Jul 7 2022, 1:09 PM.
Tags
None
Referenced Files
F166265222: D35742.id107907.diff
Wed, Aug 12, 3:05 PM
F166262481: D35742.id107907.diff
Wed, Aug 12, 2:51 PM
F166262280: D35742.id107880.diff
Wed, Aug 12, 2:50 PM
Unknown Object (File)
Mon, Aug 10, 7:47 AM
Unknown Object (File)
Mon, Aug 10, 7:10 AM
Unknown Object (File)
Mon, Aug 10, 4:16 AM
Unknown Object (File)
Sat, Aug 8, 8:27 AM
Unknown Object (File)
Sat, Aug 8, 4:17 AM

Details

Summary

Add basic tests to verify scope checks correctness.

Test Plan
test_ip6_output.py:TestIP6OutputScope::test_output6_linklocal_scope[gu_to_ll]  ->  passed  [0.558s]
test_ip6_output.py:TestIP6OutputScope::test_output6_linklocal_scope[ll_differentif1]  ->  passed  [0.510s]
test_ip6_output.py:TestIP6OutputScope::test_output6_linklocal_scope[ll_differentif2]  ->  passed  [0.509s]
test_ip6_output.py:TestIP6OutputScope::test_output6_linklocal_scope[same]  ->  passed  [0.443s]

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

melifaro edited the test plan for this revision. (Show Details)
melifaro added reviewers: network, ae.
This revision was not accepted when it landed; it landed in state Needs Review.Jul 8 2022, 8:55 AM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.