Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jul 2023 15:02:13 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: a94158d255fe - main - dhclient tests: Serialize pcp tests
Message-ID:  <202307311502.36VF2Dpa007768@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=a94158d255fe5ce46d7b98d2924d99273bcf27d9

commit a94158d255fe5ce46d7b98d2924d99273bcf27d9
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2023-06-20 13:04:07 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2023-07-31 15:01:43 +0000

    dhclient tests: Serialize pcp tests
---
 sbin/dhclient/tests/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sbin/dhclient/tests/Makefile b/sbin/dhclient/tests/Makefile
index 790d3dbcccce..d366778f3bbc 100644
--- a/sbin/dhclient/tests/Makefile
+++ b/sbin/dhclient/tests/Makefile
@@ -4,6 +4,9 @@
 
 ATF_TESTS_SH=	pcp
 
+# Tests assign a common IP address.
+TEST_METADATA.pcp+=	is_exclusive=true
+
 PLAIN_TESTS_C=				option-domain-search_test
 SRCS.option-domain-search_test=		alloc.c convert.c hash.c options.c \
 					tables.c parse.c conflex.c tree.c fake.c \



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