aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/netinet/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sys/netinet/Makefile')
-rw-r--r--tests/sys/netinet/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/sys/netinet/Makefile b/tests/sys/netinet/Makefile
index c7626104451b..cdb31b4be23c 100644
--- a/tests/sys/netinet/Makefile
+++ b/tests/sys/netinet/Makefile
@@ -38,6 +38,8 @@ LIBADD.udp_bindings= pthread
# Some of the arp tests look for log messages in the dmesg buffer, so run them
# serially to avoid problems with interleaved output.
TEST_METADATA.arp+= is_exclusive="true"
+TEST_METADATA.carp+= execenv="jail" \
+ execenv_jail_params="vnet allow.raw_sockets"
TEST_METADATA.divert+= required_programs="python" \
execenv="jail" \
execenv_jail_params="vnet allow.raw_sockets"