Require devd to be running for its ATF tests to run

The ATF tests communicate with the system's running devd

PR:		220169
Reported by:	gjb
MFC after:	3 weeks
Sponsored by:	Spectra Logic Corp
This commit is contained in:
Alan Somers 2017-06-20 19:34:21 +00:00
parent 91cfa6b8f9
commit 2852e2b235
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=320166

View File

@ -1,7 +1,8 @@
# $FreeBSD$
ATF_TESTS_C= client_test
TEST_METADATA.client_test= required_programs="devd"
TEST_METADATA.client_test= required_files="/var/run/devd.pid"
TEST_METADATA.client_test+= required_programs="devd"
TEST_METADATA.client_test+= required_user="root"
TEST_METADATA.client_test+= timeout=15