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)
Fri, Mar 29, 7:34 AM
Unknown Object (File)
Mar 7 2024, 1:36 PM
Unknown Object (File)
Feb 29 2024, 8:48 AM
Unknown Object (File)
Feb 5 2024, 9:34 AM
Unknown Object (File)
Jan 28 2024, 9:50 AM
Unknown Object (File)
Dec 22 2023, 10:09 PM
Unknown Object (File)
Dec 19 2023, 11:27 PM
Unknown Object (File)
Dec 14 2023, 10:44 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