aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristof Provost <kp@FreeBSD.org>2023-09-13 09:11:02 +0000
committerKristof Provost <kp@FreeBSD.org>2023-09-13 09:12:27 +0000
commit7d45cdbad4d7905239404e1abc25dbbae4658446 (patch)
tree12e120c1e00aed9e7c4e71dc7a9e180d71cc7b84
parentab7dc1ceb6d36fd804bedb818086ae3ff6692bf7 (diff)
pf tests: pfsync:defer requires scapy
Add the kyua hint so we skip the test if it's not installed. Sponsored by: Rubicon Communications, LLC ("Netgate")
-rw-r--r--tests/sys/netpfil/pf/pfsync.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/sys/netpfil/pf/pfsync.sh b/tests/sys/netpfil/pf/pfsync.sh
index d62cdddd504a..80b81205b59d 100644
--- a/tests/sys/netpfil/pf/pfsync.sh
+++ b/tests/sys/netpfil/pf/pfsync.sh
@@ -118,6 +118,7 @@ defer_head()
{
atf_set descr 'Defer mode pfsync test'
atf_set require.user root
+ atf_set require.progs scapy
}
defer_body()