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:
Mark Johnston 2025-11-09 13:00:19 +00:00
parent 8b92a6ad59
commit b3b279b801

View file

@ -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"