git: 64d84e49f4b6 - stable/13 - netpfil tests: Serialize

From: Mark Johnston <markj_at_FreeBSD.org>
Date: Thu, 06 Apr 2023 15:07:07 UTC
The branch stable/13 has been updated by markj:

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

commit 64d84e49f4b64c45ecbc0e942d2ba5a00e409818
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2023-03-30 15:20:01 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2023-04-06 14:57:49 +0000

    netpfil tests: Serialize
    
    These tests reuse jail names and so cannot run in parallel.
    
    MFC after:      1 week
    
    (cherry picked from commit cdb192434cbc6449778888a73c7bdbe2ae94c3c8)
---
 tests/sys/netpfil/common/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/sys/netpfil/common/Makefile b/tests/sys/netpfil/common/Makefile
index 189b8b44cfce..5ea3e7d9b687 100644
--- a/tests/sys/netpfil/common/Makefile
+++ b/tests/sys/netpfil/common/Makefile
@@ -13,6 +13,9 @@ ATF_TESTS_SH+=	\
 		fragments \
 		forward
 
+# Tests reuse jail names and so cannot run in parallel.
+TEST_METADATA+=	is_exclusive=true
+
 ${PACKAGE}FILES+=	\
 		utils.subr \
 		runner.subr \