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:
Kristof Provost 2024-09-06 18:47:06 +02:00
parent cab90be6a5
commit a05decec2d

View file

@ -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