Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Nov 2025 14:46:09 GMT
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: b3b279b801d5 - main - multicast tests: Run in VNET jails
Message-ID:  <202511091446.5A9Ek9op095714@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=b3b279b801d571919c8bbd5de4325d8819ffd59a

commit b3b279b801d571919c8bbd5de4325d8819ffd59a
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2025-11-09 13:00:19 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
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"
 


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202511091446.5A9Ek9op095714>