git: bc9867173f6a - main - tests/sys/net: if_bridge_test does not require python
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 10 Aug 2025 15:37:20 UTC
The branch main has been updated by ivy:
URL: https://cgit.FreeBSD.org/src/commit/?id=bc9867173f6af243929129b7050af6c64966c7d6
commit bc9867173f6af243929129b7050af6c64966c7d6
Author: Lexi Winter <ivy@FreeBSD.org>
AuthorDate: 2025-08-10 15:27:08 +0000
Commit: Lexi Winter <ivy@FreeBSD.org>
CommitDate: 2025-08-10 15:36:40 +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.
---
tests/sys/net/Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/tests/sys/net/Makefile b/tests/sys/net/Makefile
index bc8f9c5e9c80..65cc99a3e932 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"
TEST_METADATA.if_bridge_test+= execenv="jail"
TEST_METADATA.if_bridge_test+= execenv_jail_params="vnet allow.raw_sockets"
ATF_TESTS_SH+= if_clone_test