From b60600ceeb68d1001d61222830e0be3441ef0885 Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Sat, 25 Mar 2023 08:55:41 -0400 Subject: [PATCH] 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 7256602a55a..25029972769 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 \