The branch stable/14 has been updated by ivy:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=d0fe99e288dceed9c4d87e6ca837a8079b128df3

commit d0fe99e288dceed9c4d87e6ca837a8079b128df3
Author:     Lexi Winter <i...@freebsd.org>
AuthorDate: 2025-08-10 15:27:08 +0000
Commit:     Lexi Winter <i...@freebsd.org>
CommitDate: 2025-08-22 21:46:16 +0000

    tests/sys/net: if_bridge_test does not require python
    
    This was originally added for if_bridge_test:span which uses scapy, but
    that requirement is now annotated in the test itself.
    
    Remove the requirement so the remaining bridge tests can run without
    Python installed.
    
    (cherry picked from commit bc9867173f6af243929129b7050af6c64966c7d6)
---
 tests/sys/net/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/sys/net/Makefile b/tests/sys/net/Makefile
index 95ab86156a0a..a29a8207ee33 100644
--- a/tests/sys/net/Makefile
+++ b/tests/sys/net/Makefile
@@ -6,7 +6,6 @@ BINDIR=         ${TESTSDIR}
 ATF_TESTS_C+=  if_epair
 ATF_TESTS_SH+= if_epair_test
 ATF_TESTS_SH+= if_bridge_test
-TEST_METADATA.if_bridge_test+= required_programs="python"
 ATF_TESTS_SH+= if_clone_test
 ATF_TESTS_SH+= if_gif
 ATF_TESTS_SH+= if_lagg_test

Reply via email to