tests/netinet6: fix missing require.progs

Approved by:	pouria
Sponsored by:	Netflix
Differential Revision:	https://reviews.freebsd.org/D56569
This commit is contained in:
Olivier Cochard
2026-04-22 09:35:56 +02:00
parent abdf2a711c
commit d865149874
+1
View File
@@ -695,6 +695,7 @@ atf_test_case "ndp_slaac_switch_onlink_prefix" "cleanup"
ndp_slaac_switch_onlink_prefix_head() {
atf_set descr 'Test SLAAC onlink prefix switching when prefix received via multiple interfaces'
atf_set require.user root
atf_set require.progs python3 scapy
}
ndp_slaac_switch_onlink_prefix_body() {