From f97a8a36153a9773d9f93018d66a7de2d050a59a Mon Sep 17 00:00:00 2001 From: Tom Jones Date: Mon, 5 Aug 2019 11:47:34 +0000 Subject: Add common firewall test suite Add a common test suite for the firewalls included in the base system. The test suite allows common test infrastructure to test pf, ipfw and ipf firewalls from test files containing the setup for all three firewalls. Add the pass block test for pf, ipfw and ipf. The pass block test checks the allow/deny functionality of the firewalls tested. Submitted by: Ahsan Barkati Sponsored by: Google, Inc. (GSoC 2019) Reviewed by: kp Approved by: bz (co-mentor) MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D21065 --- tests/sys/netpfil/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/sys/netpfil/Makefile') diff --git a/tests/sys/netpfil/Makefile b/tests/sys/netpfil/Makefile index 434c5532b63e..b6c90f2b3c86 100644 --- a/tests/sys/netpfil/Makefile +++ b/tests/sys/netpfil/Makefile @@ -5,7 +5,8 @@ TESTSDIR= ${TESTSBASE}/sys/netpfil .if ${MK_PF} != "no" -TESTS_SUBDIRS+= pf +TESTS_SUBDIRS+= pf \ + common .endif .include -- cgit v1.2.3