mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
pf tests: route_to:icmp_nat_head requires scapy
Document the requirement so the test is skipped if scapy is not
installed.
MFC after: 3 weeks
Sponsored by: Rubicon Communications, LLC ("Netgate")
(cherry picked from commit 11703705c2)
This commit is contained in:
parent
576d71e383
commit
094b79ea73
1 changed files with 1 additions and 0 deletions
|
|
@ -257,6 +257,7 @@ icmp_nat_head()
|
|||
{
|
||||
atf_set descr 'Test that ICMP packets are correct for route-to + NAT'
|
||||
atf_set require.user root
|
||||
atf_set require.progs scapy
|
||||
}
|
||||
|
||||
icmp_nat_body()
|
||||
|
|
|
|||
Loading…
Reference in a new issue