The branch main has been updated by markj:

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

commit f048a1a1decb9140ec779951e886ec41ae34cec4
Author:     Mark Johnston <[email protected]>
AuthorDate: 2026-05-29 22:25:02 +0000
Commit:     Mark Johnston <[email protected]>
CommitDate: 2026-05-30 01:16:51 +0000

    tests/ipsec: Run in parallel
    
    Use execenv=jail to enable this.
    
    MFC after:      1 week
---
 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
 

Reply via email to