mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 19:41:04 +01:00
if_ovpn tests: Serialize
These tests reuse jail names and so cannot run in parallel. MFC after: 1 week
This commit is contained in:
parent
34b696e412
commit
196f390121
@ -6,6 +6,8 @@ TESTSDIR= ${TESTSBASE}/sys/net/if_ovpn
|
||||
|
||||
.if ${MK_PF} != "no"
|
||||
ATF_TESTS_SH+= if_ovpn
|
||||
# Tests reuse jail names and so cannot run in parallel.
|
||||
TEST_METADATA.if_ovpn+= is_exclusive=true
|
||||
.endif
|
||||
ATF_TESTS_C+= if_ovpn_c
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user