git: a95fcd81d571 - main - netpfil tests: re-enable dummynet tests

From: Kristof Provost <kp_at_FreeBSD.org>
Date: Thu, 27 Jan 2022 09:20:29 UTC
The branch main has been updated by kp:

URL: https://cgit.FreeBSD.org/src/commit/?id=a95fcd81d5713dd10d70ce9980f15309b3fb7cb6

commit a95fcd81d5713dd10d70ce9980f15309b3fb7cb6
Author:     Kristof Provost <kp@FreeBSD.org>
AuthorDate: 2022-01-27 09:16:21 +0000
Commit:     Kristof Provost <kp@FreeBSD.org>
CommitDate: 2022-01-27 09:16:21 +0000

    netpfil tests: re-enable dummynet tests
    
    These had been disabled due to panics with queued packets keeping
    pointers (in m->m_pkthdr.rcvif) to removed interfaces.
    This issue has been resolved in 165746f4e4, so the tests can be run
    again.
    
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 tests/sys/netpfil/common/utils.subr | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/tests/sys/netpfil/common/utils.subr b/tests/sys/netpfil/common/utils.subr
index b155d0f86426..43cd856b2e87 100644
--- a/tests/sys/netpfil/common/utils.subr
+++ b/tests/sys/netpfil/common/utils.subr
@@ -111,10 +111,6 @@ dummynet_init()
 		atf_skip "This test requires dummynet"
 	fi
 
-	if [ "$(atf_config_get ci false)" = "true" ]; then
-		atf_skip "Skip to avoid dummynet_send() panic. See https://reviews.freebsd.org/D33064"
-	fi
-
 	case $firewall in
 	ipfw|pf)
 		# Nothing. This is okay.