freebsd-src/tests/sys/net/if_ovpn/Makefile
Kristof Provost 067acae2f3 if_ovpn tests: basic test case
Set up an OpenVPN tunnel between two jails, send traffic through them to
confirm basic function.

Sponsored by:	Rubicon Communications, LLC ("Netgate")
Differential Revision:	https://reviews.freebsd.org/D35067
2022-06-28 13:50:37 +02:00

18 lines
225 B
Makefile

PACKAGE= tests
TESTSDIR= ${TESTSBASE}/sys/net/if_ovpn
ATF_TESTS_SH+= if_ovpn
${PACKAGE}FILES+= \
ca.crt \
client.crt \
client.key \
dh.pem \
server.crt \
server.key \
user.pass \
utils.subr
.include <bsd.test.mk>