__DEV_FULL
fd = open(__DEV_FULL, O_RDWR | O_CLOEXEC);
ret = access(__DEV_FULL, F_OK);
TH_LOG(__DEV_FULL " does not exist. Skipping test");