Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Mar 2023 16:21:37 GMT
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: cc9158d74d30 - main - netipsec tests: Serialize
Message-ID:  <202303201621.32KGLbFv050729@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303201621.32KGLbFv050729>