From b3b279b801d571919c8bbd5de4325d8819ffd59a Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Sun, 9 Nov 2025 13:00:19 +0000 Subject: [PATCH] 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 --- tests/sys/netinet/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/sys/netinet/Makefile b/tests/sys/netinet/Makefile index 9739221676c..b3d76d1da12 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"