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
Unknown Object (File)
Sat, Jan 11, 7:54 AM
Unknown Object (File)
Tue, Dec 31, 7:33 AM
Unknown Object (File)
Mon, Dec 30, 9:07 PM
Unknown Object (File)
Dec 13 2024, 9:53 PM
Unknown Object (File)
Dec 7 2024, 9:06 PM
Unknown Object (File)
Nov 30 2024, 4:50 AM
Unknown Object (File)
Nov 26 2024, 10:39 AM
Unknown Object (File)
Nov 13 2024, 10:18 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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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