mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 02:42:54 -05:00
The tests require SES hardware. Without it, the test cases will be skipped. Reviewed by: ken Differential Revision: https://reviews.freebsd.org/D31809 Sponsored by: Axcient MFC after: 2 weeks
11 lines
248 B
Makefile
11 lines
248 B
Makefile
PACKAGE= tests
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys/ses
|
|
|
|
ATF_TESTS_C+= destructive
|
|
ATF_TESTS_C+= nondestructive
|
|
|
|
# Some tests cases alter enclosure state, so they can't run concurrently.
|
|
TEST_METADATA.destructive+= is_exclusive=true
|
|
|
|
.include <bsd.test.mk>
|