diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2026-05-29 22:25:02 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2026-05-30 01:16:51 +0000 |
| commit | f048a1a1decb9140ec779951e886ec41ae34cec4 (patch) | |
| tree | 295feea4cc67569a6d177a0abf6b89e18748d548 | |
| parent | e492ad08fc347ebf40979d3a6baa9d7b8917c76b (diff) | |
tests/ipsec: Run in parallel
Use execenv=jail to enable this.
MFC after: 1 week
| -rw-r--r-- | tests/sys/netipsec/tunnel/Makefile | 4 |
1 files 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 |
