pf tests: Re-enable panicing tests

We've fixed the vnet/epair cleanup race, so it is now safe to re-enable these
tests.

MFC after:	2 weeks
Sponsored by:	Modirum MDPay
This commit is contained in:
Kristof Provost 2020-12-01 16:44:36 +00:00
parent 7f883a9b5b
commit c49747eaf2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=368239
3 changed files with 0 additions and 6 deletions

View File

@ -36,7 +36,6 @@ names_head()
names_body()
{
atf_skip "Kernel panics when flushing epair queue (bug238870)"
pft_init
epair=$(vnet_mkepair)

View File

@ -36,10 +36,6 @@ exhaust_head()
exhaust_body()
{
if [ "$(atf_config_get ci false)" = "true" ]; then
atf_skip "https://bugs.freebsd.org/244703"
fi
pft_init
epair_nat=$(vnet_mkepair)

View File

@ -36,7 +36,6 @@ synproxy_head()
synproxy_body()
{
atf_skip "Kernel panics when flushing epair queue (bug238870)"
pft_init
epair=$(vnet_mkepair)