Home
last modified time | relevance | path

Searched refs:cam_test_device (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libcam/tests/
H A Dlibcam_test.c39 const char *cam_test_device; in get_cam_test_device() local
41 cam_test_device = atf_tc_get_config_var(tc, "cam_test_device"); in get_cam_test_device()
43 return (cam_test_device); in get_cam_test_device()
169 const char *cam_test_device; in ATF_TC_BODY() local
171 cam_test_device = get_cam_test_device(tc); in ATF_TC_BODY()
174 ATF_CHECK(cam_open_device(cam_test_device, O_RDONLY) == NULL); in ATF_TC_BODY()
203 const char *cam_test_device; in ATF_TC_BODY() local
205 cam_test_device = get_cam_test_device(tc); in ATF_TC_BODY()
208 ATF_CHECK(cam_open_device(cam_test_device, O_RDONLY) == NULL); in ATF_TC_BODY()
212 ATF_CHECK(cam_open_device(cam_test_device, O_RDWR) == NULL); in ATF_TC_BODY()
[all …]
/freebsd/tests/ci/tools/
H A Dci.conf59 test_suites.FreeBSD.cam_test_device = '/dev/ada0'