route tests: Serialize

These tests reuse jail names and so cannot run in parallel.

MFC after:	1 week
This commit is contained in:
Mark Johnston
2023-03-25 15:59:20 -04:00
parent bbf86c65d0
commit 2e55256de3
+4 -4
View File
@@ -1,10 +1,10 @@
PACKAGE= tests
ATF_TESTS_SH+= \
basic
ATF_TESTS_SH+= basic
# Tests reuse jail names and so cannot run in parallel.
TEST_METADATA.basic+= is_exclusive=true
${PACKAGE}FILES+= \
utils.subr
${PACKAGE}FILES+= utils.subr
.include <bsd.test.mk>