aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2023-03-25 12:55:41 +0000
committerMark Johnston <markj@FreeBSD.org>2023-04-06 14:57:57 +0000
commite4074bfb280877054771d0d89e9bb72d2ec8db9a (patch)
tree05a203877f1b231707af8a0d327ca2c260a6c352
parent64d84e49f4b64c45ecbc0e942d2ba5a00e409818 (diff)
downloadsrc-e4074bfb280877054771d0d89e9bb72d2ec8db9a.tar.gz
src-e4074bfb280877054771d0d89e9bb72d2ec8db9a.zip
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 (cherry picked from commit b60600ceeb68d1001d61222830e0be3441ef0885)
-rw-r--r--tests/sys/netpfil/pf/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/sys/netpfil/pf/Makefile b/tests/sys/netpfil/pf/Makefile
index a5d3e30ca22e..d0a17ec40f43 100644
--- a/tests/sys/netpfil/pf/Makefile
+++ b/tests/sys/netpfil/pf/Makefile
@@ -33,6 +33,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 \
echo_inetd.conf \