git: d8651498746e - main - tests/netinet6: fix missing require.progs
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 Apr 2026 08:46:47 UTC
The branch main has been updated by olivier:
URL: https://cgit.FreeBSD.org/src/commit/?id=d8651498746e2b9f69abf664f540cbc9daa0aec1
commit d8651498746e2b9f69abf664f540cbc9daa0aec1
Author: Olivier Cochard <olivier@FreeBSD.org>
AuthorDate: 2026-04-22 07:35:56 +0000
Commit: Olivier Cochard <olivier@FreeBSD.org>
CommitDate: 2026-04-22 08:46:26 +0000
tests/netinet6: fix missing require.progs
Approved by: pouria
Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D56569
---
tests/sys/netinet6/ndp.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/sys/netinet6/ndp.sh b/tests/sys/netinet6/ndp.sh
index 16704742dd88..35ea6655d922 100755
--- a/tests/sys/netinet6/ndp.sh
+++ b/tests/sys/netinet6/ndp.sh
@@ -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() {