git: b60600ceeb68 - main - pf tests: Serialize
- Reply: Kristof Provost : "Re: git: b60600ceeb68 - main - pf tests: Serialize"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 Mar 2023 23:36:55 UTC
The branch main has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=b60600ceeb68d1001d61222830e0be3441ef0885
commit b60600ceeb68d1001d61222830e0be3441ef0885
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2023-03-25 12:55:41 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2023-03-30 23:35:59 +0000
pf tests: Serialize
These tests reuse jail names and cannot run in parallel. Until this is
fixed - which is desirable since these takes take a while to run - tell
kyua to serialize them.
MFC after: 1 week
---
tests/sys/netpfil/pf/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tests/sys/netpfil/pf/Makefile b/tests/sys/netpfil/pf/Makefile
index 7256602a55a9..250299727697 100644
--- a/tests/sys/netpfil/pf/Makefile
+++ b/tests/sys/netpfil/pf/Makefile
@@ -38,6 +38,9 @@ ATF_TESTS_SH+= altq \
table \
tos
+# Tests reuse jail names and so cannot run in parallel.
+TEST_METADATA+= is_exclusive=true
+
${PACKAGE}FILES+= CVE-2019-5597.py \
CVE-2019-5598.py \
daytime_inetd.conf \