Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Mar 2023 12:51:43 GMT
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: e6b1b944b5aa - stable/13 - netgraph tests: Serialize
Message-ID:  <202303271251.32RCphUD005828@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=e6b1b944b5aa1950834f27a8ab9188bcd736844d

commit e6b1b944b5aa1950834f27a8ab9188bcd736844d
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2023-03-18 14:57:36 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2023-03-27 12:49:58 +0000

    netgraph tests: Serialize
    
    Some tests share names for netgraph nodes, so they cannot be run in
    parallel.
    
    MFC after:      1 week
    
    (cherry picked from commit bad8f86843fa34bf4d4d2bfb8183331c02ced87f)
---
 tests/sys/netgraph/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/sys/netgraph/Makefile b/tests/sys/netgraph/Makefile
index f397e66a22bc..5a5e2ba13081 100644
--- a/tests/sys/netgraph/Makefile
+++ b/tests/sys/netgraph/Makefile
@@ -7,6 +7,8 @@ BINDIR=		${TESTSDIR}
 
 TAP_TESTS_SH+=	ng_macfilter_test
 
+# Serialize tests since some share netgraph node names.
+TEST_METADATA+=	is_exclusive=true
 TEST_METADATA.ng_macfilter_test+=	required_user="root"
 TEST_METADATA.ng_macfilter_test+=	required_programs="perl"
 



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