The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=b3b279b801d571919c8bbd5de4325d8819ffd59a
commit b3b279b801d571919c8bbd5de4325d8819ffd59a Author: Mark Johnston <[email protected]> AuthorDate: 2025-11-09 13:00:19 +0000 Commit: Mark Johnston <[email protected]> CommitDate: 2025-11-09 14:45:42 +0000 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 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"
