git: 78ec11361759 - main - tests/netinet: mark more tests that require python
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 07 Dec 2022 19:52:04 UTC
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=78ec1136175978785ffe3e0879fed646ae02838b commit 78ec1136175978785ffe3e0879fed646ae02838b Author: Gleb Smirnoff <glebius@FreeBSD.org> AuthorDate: 2022-12-07 19:51:49 +0000 Commit: Gleb Smirnoff <glebius@FreeBSD.org> CommitDate: 2022-12-07 19:51:49 +0000 tests/netinet: mark more tests that require python --- tests/sys/netinet/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/sys/netinet/Makefile b/tests/sys/netinet/Makefile index 66a054123d61..d6324367606f 100644 --- a/tests/sys/netinet/Makefile +++ b/tests/sys/netinet/Makefile @@ -24,7 +24,10 @@ ATF_TESTS_SH= arp \ output \ redirect +TEST_METADATA.divert+= required_programs="python" +TEST_METADATA.forward+= required_programs="python" TEST_METADATA.output+= required_programs="python" +TEST_METADATA.redirect+= required_programs="python" TEST_METADATA.tcp6_v4mapped_bind_test+= is_exclusive="true" PROGS= udp_dontroute tcp_user_cookie