mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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
This commit is contained in:
parent
196f390121
commit
b60600ceeb
1 changed files with 3 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue