netipsec tests: Serialize

The tunnel mode tests use VNET jails and reuse jail names.  Until this
is addressed, serialize them.

MFC after:	1 week
This commit is contained in:
Mark Johnston 2023-03-20 12:15:32 -04:00
parent e4e139b828
commit cc9158d74d

View File

@ -15,6 +15,9 @@ 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
${PACKAGE}FILES+= utils.subr
.include <bsd.test.mk>