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")
This commit is contained in:
Kristof Provost 2023-09-13 11:11:02 +02:00
parent ab7dc1ceb6
commit 7d45cdbad4

View file

@ -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()