From c49747eaf241cb79632dca7308f97fd518d90ec5 Mon Sep 17 00:00:00 2001 From: Kristof Provost Date: Tue, 1 Dec 2020 16:44:36 +0000 Subject: [PATCH] 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 --- tests/sys/netpfil/pf/names.sh | 1 - tests/sys/netpfil/pf/nat.sh | 4 ---- tests/sys/netpfil/pf/synproxy.sh | 1 - 3 files changed, 6 deletions(-) diff --git a/tests/sys/netpfil/pf/names.sh b/tests/sys/netpfil/pf/names.sh index 34aeaf39901..b2102d64431 100644 --- a/tests/sys/netpfil/pf/names.sh +++ b/tests/sys/netpfil/pf/names.sh @@ -36,7 +36,6 @@ names_head() names_body() { - atf_skip "Kernel panics when flushing epair queue (bug238870)" pft_init epair=$(vnet_mkepair) diff --git a/tests/sys/netpfil/pf/nat.sh b/tests/sys/netpfil/pf/nat.sh index 04bab6b3edd..499c137eee9 100644 --- a/tests/sys/netpfil/pf/nat.sh +++ b/tests/sys/netpfil/pf/nat.sh @@ -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) diff --git a/tests/sys/netpfil/pf/synproxy.sh b/tests/sys/netpfil/pf/synproxy.sh index 66a000d775d..f4d6df46fa7 100644 --- a/tests/sys/netpfil/pf/synproxy.sh +++ b/tests/sys/netpfil/pf/synproxy.sh @@ -36,7 +36,6 @@ synproxy_head() synproxy_body() { - atf_skip "Kernel panics when flushing epair queue (bug238870)" pft_init epair=$(vnet_mkepair)