The branch main has been updated by jlduran: URL: https://cgit.FreeBSD.org/src/commit/?id=301bc149b96e54af4ebfba2822f4b7b411bb76c1
commit 301bc149b96e54af4ebfba2822f4b7b411bb76c1 Author: Jose Luis Duran <[email protected]> AuthorDate: 2026-01-07 17:51:57 +0000 Commit: Jose Luis Duran <[email protected]> CommitDate: 2026-01-07 17:51:57 +0000 pf: tests: Require python3 Reported by: Jenkins Reviewed by: kp, ngie MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D54549 --- 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 dc082464b36c..f5925d715e7c 100644 --- a/tests/sys/netpfil/pf/killstate.sh +++ b/tests/sys/netpfil/pf/killstate.sh @@ -110,6 +110,7 @@ src_dst_head() { atf_set descr 'Test killing a state with source and destination specified' atf_set require.user root + atf_set require.progs python3 scapy } src_dst_body()
