Page MenuHomeFreeBSD

tests/sys/netpfil/pf: Add missing python3 requirements
ClosedPublic

Authored by arichardson on Feb 23 2021, 6:08 PM.
Tags
None
Referenced Files
F132578194: D28903.id84570.diff
Sat, Oct 18, 3:18 AM
Unknown Object (File)
Wed, Oct 15, 2:02 AM
Unknown Object (File)
Wed, Oct 15, 2:02 AM
Unknown Object (File)
Tue, Oct 14, 5:09 PM
Unknown Object (File)
Tue, Oct 14, 5:09 PM
Unknown Object (File)
Tue, Oct 14, 4:46 AM
Unknown Object (File)
Sat, Oct 4, 6:52 AM
Unknown Object (File)
Thu, Oct 2, 5:55 PM

Details

Summary

This also fixes a typo in the dup test that caused the head function to
not be called.

Test Plan

tests are now skipped instead of failing in my images without python3.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 37329
Build 34218: arc lint + arc unit

Event Timeline

tests/sys/netpfil/pf/dup.sh
37

That wants to be 'scapy', Scapy requires python, but python doesn't require Scapy.

apply suggested simplification

Thanks for the fixes.

This revision is now accepted and ready to land.Feb 23 2021, 6:59 PM