1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-21 15:45:02 +00:00

Reenable vnet tests in CI

After restoring the associated commits the tests can be enabled again.

This reverts commit 711524d961.
This reverts commit c4585b938a.

PR:		263767
This commit is contained in:
Ed Maste 2022-05-03 18:18:34 -04:00
parent 613acc6483
commit adbe6e6435
2 changed files with 0 additions and 6 deletions

View File

@ -13,10 +13,6 @@ unlist_interface()
vnet_init()
{
if [ "$(atf_config_get ci false)" = "true" ]; then
atf_skip "https://bugs.freebsd.org/263767"
fi
if [ "`sysctl -i -n kern.features.vimage`" != 1 ]; then
atf_skip "This test requires VIMAGE"
fi

View File

@ -111,8 +111,6 @@ dummynet_init()
atf_skip "This test requires dummynet"
fi
atf_skip "Skip to avoid dummynet_send() panic after interface removal."
case $firewall in
ipfw|pf)
# Nothing. This is okay.