git: eb2a9b785867 - stable/13 - bridge tests: Tests using pft_ping.py require scapy
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 Aug 2022 14:36:28 UTC
The branch stable/13 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=eb2a9b7858672684d2c219dfc73ec3705ed6a748 commit eb2a9b7858672684d2c219dfc73ec3705ed6a748 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2022-08-04 13:41:52 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2022-08-11 14:36:12 +0000 bridge tests: Tests using pft_ping.py require scapy Sponsored by: The FreeBSD Foundation (cherry picked from commit 121e120883a227ce27a12f33699fac4e5bdec6a4) --- tests/sys/net/if_bridge_test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/sys/net/if_bridge_test.sh b/tests/sys/net/if_bridge_test.sh index b029d8d60419..5d2223d5c40e 100755 --- a/tests/sys/net/if_bridge_test.sh +++ b/tests/sys/net/if_bridge_test.sh @@ -268,6 +268,7 @@ span_head() { atf_set descr 'Bridge span test' atf_set require.user root + atf_set require.progs scapy } span_body()