git: e4074bfb2808 - stable/13 - pf tests: Serialize
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 06 Apr 2023 15:07:08 UTC
The branch stable/13 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=e4074bfb280877054771d0d89e9bb72d2ec8db9a commit e4074bfb280877054771d0d89e9bb72d2ec8db9a Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2023-03-25 12:55:41 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2023-04-06 14:57:57 +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 (cherry picked from commit b60600ceeb68d1001d61222830e0be3441ef0885) --- 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 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 \