mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
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
This commit is contained in:
parent
ec60176e7d
commit
1f1963bd32
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue