aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2025-11-09 13:00:19 +0000
committerMark Johnston <markj@FreeBSD.org>2025-11-09 14:45:42 +0000
commitb3b279b801d571919c8bbd5de4325d8819ffd59a (patch)
tree0b02fc67c3da48cd735b7e9478f815038ef80a8e
parent8b92a6ad597e224b616a8b1d6983f3b55c85308e (diff)
multicast tests: Run in VNET jails
The tests themselves create identically named jails, resulting in spurious failures when the tests are run in parallel. MFC after: 1 week
-rw-r--r--tests/sys/netinet/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/sys/netinet/Makefile b/tests/sys/netinet/Makefile
index 9739221676ce..b3d76d1da125 100644
--- a/tests/sys/netinet/Makefile
+++ b/tests/sys/netinet/Makefile
@@ -46,6 +46,8 @@ TEST_METADATA.fibs_test+= execenv="jail" \
TEST_METADATA.forward+= required_programs="python" \
execenv="jail" \
execenv_jail_params="vnet allow.raw_sockets"
+TEST_METADATA.multicast+= execenv="jail" \
+ execenv_jail_params="vnet"
TEST_METADATA.output+= required_programs="python"
TEST_METADATA.redirect+= required_programs="python"