From 1dd41c75b5ac0ffca55aafb1095bb70dc1700847 Mon Sep 17 00:00:00 2001 From: Jose Luis Duran Date: Mon, 17 Feb 2025 19:52:46 +0000 Subject: [PATCH] pf tests: Remove Scapy as a required program Scapy is not needed to run this test. Remove it from the required programs list. Reviewed by: kp Approved by: emaste (mentor) MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D49006 (cherry picked from commit 1f1963bd32d669f89ea3b044636de0cb7a33134b) --- tests/sys/netpfil/pf/rdr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sys/netpfil/pf/rdr.sh b/tests/sys/netpfil/pf/rdr.sh index 07aca78cc65..74d12371379 100644 --- a/tests/sys/netpfil/pf/rdr.sh +++ b/tests/sys/netpfil/pf/rdr.sh @@ -32,7 +32,7 @@ tcp_v6_head() { atf_set descr 'TCP rdr with IPv6' atf_set require.user root - atf_set require.progs scapy python3 + atf_set require.progs python3 } #