fibs_test: Run in a jail

These tests assume exclusive use of one or more FIBs and so can't be run
in parallel.  Running them in a VNET jail sidesteps this problem.

MFC after:	1 week
Sponsored by:	Klara, Inc.
Sponsored by:	Stormshield
This commit is contained in:
Mark Johnston 2024-11-21 18:54:59 +00:00
parent 59f8f51b11
commit a079f2b52a

View File

@ -33,6 +33,8 @@ TEST_METADATA.arp+= is_exclusive="true"
TEST_METADATA.divert+= required_programs="python" \
execenv="jail" \
execenv_jail_params="vnet allow.raw_sockets"
TEST_METADATA.fibs_test+= execenv="jail" \
execenv_jail_params="vnet allow.raw_sockets"
TEST_METADATA.forward+= required_programs="python" \
execenv="jail" \
execenv_jail_params="vnet allow.raw_sockets"