mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Reenable vnet tests in CI
After restoring the associated commits the tests can be enabled again. This reverts commit711524d961. This reverts commitc4585b938a. PR: 263767
This commit is contained in:
parent
613acc6483
commit
adbe6e6435
2 changed files with 0 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue