Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jul 2023 15:02:15 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: 15e564e40801 - main - ggate tests: Serialize
Message-ID:  <202307311502.36VF2F1k009023@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=15e564e408015a70a1bf2d73bc7047247b7db349

commit 15e564e408015a70a1bf2d73bc7047247b7db349
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2023-06-20 13:09:52 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2023-07-31 15:01:53 +0000

    ggate tests: Serialize
---
 tests/sys/geom/class/gate/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/sys/geom/class/gate/Makefile b/tests/sys/geom/class/gate/Makefile
index 417fa7dfd197..600cef0b6bca 100644
--- a/tests/sys/geom/class/gate/Makefile
+++ b/tests/sys/geom/class/gate/Makefile
@@ -6,4 +6,7 @@ TESTSDIR=	${TESTSBASE}/sys/geom/class/${.CURDIR:T}
 
 ATF_TESTS_SH+=	ggate_test
 
+# Tests listen on the same port.
+TEST_METADATA.ggate_test+= is_exclusive=true
+
 .include <bsd.test.mk>



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