The branch main has been updated by markj:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=196f3901217ecf320b3380f5b9f7f5013006b4c9

commit 196f3901217ecf320b3380f5b9f7f5013006b4c9
Author:     Mark Johnston <ma...@freebsd.org>
AuthorDate: 2023-03-25 12:59:50 +0000
Commit:     Mark Johnston <ma...@freebsd.org>
CommitDate: 2023-03-30 23:35:59 +0000

    if_ovpn tests: Serialize
    
    These tests reuse jail names and so cannot run in parallel.
    
    MFC after:      1 week
---
 tests/sys/net/if_ovpn/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/sys/net/if_ovpn/Makefile b/tests/sys/net/if_ovpn/Makefile
index 63fe05077f12..823ad06e76ee 100644
--- a/tests/sys/net/if_ovpn/Makefile
+++ b/tests/sys/net/if_ovpn/Makefile
@@ -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
 

Reply via email to