Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157774858
D57094.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
982 B
Referenced Files
None
Subscribers
None
D57094.diff
View Options
diff --git a/tests/sys/net/Makefile b/tests/sys/net/Makefile
--- a/tests/sys/net/Makefile
+++ b/tests/sys/net/Makefile
@@ -6,8 +6,6 @@
ATF_TESTS_C+= if_epair
ATF_TESTS_SH+= if_epair_test
ATF_TESTS_SH+= if_bridge_test
-TEST_METADATA.if_bridge_test+= execenv="jail"
-TEST_METADATA.if_bridge_test+= execenv_jail_params="vnet allow.raw_sockets"
ATF_TESTS_SH+= if_clone_test
ATF_TESTS_SH+= if_gif
ATF_TESTS_SH+= if_lagg_test
@@ -16,6 +14,8 @@
ATF_TESTS_SH+= if_vlan
ATF_TESTS_SH+= if_wg
ATF_TESTS_SH+= if_geneve
+TEST_METADATA+= execenv="jail"
+TEST_METADATA+= execenv_jail_params="vnet allow.raw_sockets"
TESTS_SUBDIRS+= bpf
TESTS_SUBDIRS+= if_ovpn
@@ -26,11 +26,6 @@
PROGS+= bridge
LIBADD.bridge+= netmap
-# The tests are written to be run in parallel, but doing so leads to random
-# panics. I think it's because the kernel's list of interfaces isn't properly
-# locked.
-TEST_METADATA+= is_exclusive=true
-
${PACKAGE}FILES+= \
dhclient_pcp.conf \
pcp.py \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, May 26, 12:54 AM (20 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33350906
Default Alt Text
D57094.diff (982 B)
Attached To
Mode
D57094: tests/net: Run all tests with execenv=jail and enable parallelism
Attached
Detach File
Event Timeline
Log In to Comment