netgraph tests: Serialize

Some tests share names for netgraph nodes, so they cannot be run in
parallel.

MFC after:	1 week
This commit is contained in:
Mark Johnston 2023-03-18 10:57:36 -04:00
parent 2b4b3789f8
commit bad8f86843

View File

@ -7,6 +7,8 @@ BINDIR= ${TESTSDIR}
TAP_TESTS_SH+= ng_macfilter_test
# Serialize tests since some share netgraph node names.
TEST_METADATA+= is_exclusive=true
TEST_METADATA.ng_macfilter_test+= required_user="root"
TEST_METADATA.ng_macfilter_test+= required_programs="perl"