opnsense-src/tests/sys/geom/class/multipath/Makefile
Alan Somers 67f72211dd gmultipath: add ATF tests
Add ATF tests for most gmultipath operations. Add some dtrace probes too,
primarily for configuration changes that happen in response to provider
errors.

PR:		178473
MFC after:	2 weeks
Sponsored by:	Axcient
Differential Revision:	https://reviews.freebsd.org/D22235
2019-12-06 00:12:14 +00:00

13 lines
220 B
Makefile

# $FreeBSD$
PACKAGE= tests
TESTSDIR= ${TESTSBASE}/sys/geom/class/${.CURDIR:T}
ATF_TESTS_SH+= failloop
ATF_TESTS_SH+= misc
TEST_METADATA.failloop+= is_exclusive=true
${PACKAGE}FILES+= conf.sh
.include <bsd.test.mk>