mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
if_ovpn tests: allow these tests to run in parallel
Now that kyua can isolate tests in their own vnets we can run these tests in
parallel.
Reviewed by: markj
Sponsored by: Rubicon Communications, LLC ("Netgate")
Differential Revision: https://reviews.freebsd.org/D46600
This commit is contained in:
parent
cab90be6a5
commit
a05decec2d
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +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
|
||||
TEST_METADATA.if_ovpn+= execenv="jail"
|
||||
TEST_METADATA.if_ovpn+= execenv_jail_params="vnet allow.raw_sockets"
|
||||
.endif
|
||||
ATF_TESTS_C+= if_ovpn_c
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue