Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2025 19:58:31 GMT
From:      Jose Luis Duran <jlduran@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 1f1963bd32d6 - main - pf tests: Remove Scapy as a required program
Message-ID:  <202502171958.51HJwVx0059967@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jlduran:

URL: https://cgit.FreeBSD.org/src/commit/?id=1f1963bd32d669f89ea3b044636de0cb7a33134b

commit 1f1963bd32d669f89ea3b044636de0cb7a33134b
Author:     Jose Luis Duran <jlduran@FreeBSD.org>
AuthorDate: 2025-02-17 19:52:46 +0000
Commit:     Jose Luis Duran <jlduran@FreeBSD.org>
CommitDate: 2025-02-17 19:57:00 +0000

    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
---
 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 135bfd42c1f4..a7a8c77c0515 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
 }
 
 #



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502171958.51HJwVx0059967>