git: 0e2a3e1da9c2 - stable/14 - if_ovpn tests: allow these tests to run in parallel
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 17 Oct 2024 13:49:53 UTC
The branch stable/14 has been updated by igoro: URL: https://cgit.FreeBSD.org/src/commit/?id=0e2a3e1da9c29c943b6f7272ecf2527cc8046633 commit 0e2a3e1da9c29c943b6f7272ecf2527cc8046633 Author: Kristof Provost <kp@FreeBSD.org> AuthorDate: 2024-09-06 16:47:06 +0000 Commit: Igor Ostapenko <igoro@FreeBSD.org> CommitDate: 2024-10-17 13:45:35 +0000 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 (cherry picked from commit a05decec2d194821f8bf5c8f2ae72063de0c87a8) Approved by: kp (mentor), markj (mentor) --- tests/sys/net/if_ovpn/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/sys/net/if_ovpn/Makefile b/tests/sys/net/if_ovpn/Makefile index 823ad06e76ee..85746226e122 100644 --- a/tests/sys/net/if_ovpn/Makefile +++ b/tests/sys/net/if_ovpn/Makefile @@ -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