The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=ecc175e984d90599983b40993927e7b11d232711
commit ecc175e984d90599983b40993927e7b11d232711 Author: Kristof Provost <k...@freebsd.org> AuthorDate: 2025-06-09 13:21:45 +0000 Commit: Kristof Provost <k...@freebsd.org> CommitDate: 2025-06-09 19:38:54 +0000 pf tests: killstate:key requires scapy Mark it as such so we skip rather than fail if scapy is not installed. Sponsored by: Rubicon Communications, LLC ("Netgate") --- tests/sys/netpfil/pf/killstate.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/sys/netpfil/pf/killstate.sh b/tests/sys/netpfil/pf/killstate.sh index 59db93276d58..447a4e388f11 100644 --- a/tests/sys/netpfil/pf/killstate.sh +++ b/tests/sys/netpfil/pf/killstate.sh @@ -579,6 +579,7 @@ key_head() { atf_set descr 'Test killing states by their key' atf_set require.user root + atf_set require.progs python3 scapy } key_body()