The branch stable/15 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=24575bd4f19232457d516e584956a89e73557173
commit 24575bd4f19232457d516e584956a89e73557173 Author: Mark Johnston <[email protected]> AuthorDate: 2026-05-29 22:25:02 +0000 Commit: Mark Johnston <[email protected]> CommitDate: 2026-06-15 16:00:04 +0000 tests/ipsec: Run in parallel Use execenv=jail to enable this. MFC after: 1 week (cherry picked from commit f048a1a1decb9140ec779951e886ec41ae34cec4) --- tests/sys/netipsec/tunnel/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/sys/netipsec/tunnel/Makefile b/tests/sys/netipsec/tunnel/Makefile index c6060a790cc3..49fddc403005 100644 --- a/tests/sys/netipsec/tunnel/Makefile +++ b/tests/sys/netipsec/tunnel/Makefile @@ -13,8 +13,8 @@ ATF_TESTS_SH+= empty \ aesni_aes_gcm_256 \ chacha20_poly1305 -# Each test uses the same names for its jails, so they must be run serially. -TEST_METADATA+= is_exclusive=true +TEST_METADATA+= execenv="jail" \ + execenv_jail_params="vnet allow.raw_sockets" ${PACKAGE}FILES+= utils.subr
