git: cc9158d74d30 - main - netipsec tests: Serialize
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Mar 2023 16:21:37 UTC
The branch main has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=cc9158d74d306fdbee2f5f014e5d267eca0aa6d1
commit cc9158d74d306fdbee2f5f014e5d267eca0aa6d1
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2023-03-20 16:15:32 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2023-03-20 16:21:17 +0000
netipsec tests: Serialize
The tunnel mode tests use VNET jails and reuse jail names. Until this
is addressed, serialize them.
MFC after: 1 week
---
tests/sys/netipsec/tunnel/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tests/sys/netipsec/tunnel/Makefile b/tests/sys/netipsec/tunnel/Makefile
index 4b8c8a21a5ac..5862ef010c2a 100644
--- a/tests/sys/netipsec/tunnel/Makefile
+++ b/tests/sys/netipsec/tunnel/Makefile
@@ -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>