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, Sep 21, 8:35 PM
Unknown Object (File)
Sun, Sep 8, 7:51 AM
Unknown Object (File)
Wed, Sep 4, 10:35 AM
Unknown Object (File)
Tue, Sep 3, 8:02 PM
Unknown Object (File)
Aug 24 2024, 6:00 AM
Unknown Object (File)
Aug 23 2024, 5:37 PM
Unknown Object (File)
Aug 23 2024, 11:20 AM
Unknown Object (File)
Aug 15 2024, 1:40 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