mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 17:05:14 -04:00
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
13 lines
220 B
Makefile
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>
|