mirror of
https://git.freebsd.org/src.git
synced 2026-01-12 06:54:03 +00:00
multicast tests: Run in VNET jails
The tests themselves create identically named jails, resulting in spurious failures when the tests are run in parallel. MFC after: 1 week
This commit is contained in:
parent
8b92a6ad59
commit
b3b279b801
1 changed files with 2 additions and 0 deletions
|
|
@ -46,6 +46,8 @@ TEST_METADATA.fibs_test+= execenv="jail" \
|
|||
TEST_METADATA.forward+= required_programs="python" \
|
||||
execenv="jail" \
|
||||
execenv_jail_params="vnet allow.raw_sockets"
|
||||
TEST_METADATA.multicast+= execenv="jail" \
|
||||
execenv_jail_params="vnet"
|
||||
TEST_METADATA.output+= required_programs="python"
|
||||
TEST_METADATA.redirect+= required_programs="python"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue