mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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:
parent
2b4b3789f8
commit
bad8f86843
1 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue