BOARD_NAME

BOARD_NAME is a read-only built-in string containing the name of the board that the current test device is on. BOARD_NAME is defined only within a device file.

Example

PRINT(BOARD_NAME, ".", DEVICE_REF, ": Test failed\n");
EXIT;