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.
This commit is contained in:
@@ -6,7 +6,6 @@ BINDIR= ${TESTSDIR}
|
|||||||
ATF_TESTS_C+= if_epair
|
ATF_TESTS_C+= if_epair
|
||||||
ATF_TESTS_SH+= if_epair_test
|
ATF_TESTS_SH+= if_epair_test
|
||||||
ATF_TESTS_SH+= if_bridge_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"
|
||||||
TEST_METADATA.if_bridge_test+= execenv_jail_params="vnet allow.raw_sockets"
|
TEST_METADATA.if_bridge_test+= execenv_jail_params="vnet allow.raw_sockets"
|
||||||
ATF_TESTS_SH+= if_clone_test
|
ATF_TESTS_SH+= if_clone_test
|
||||||
|
|||||||
Reference in New Issue
Block a user