1*** Variables ***
2${UART}                       sysbus.lpuart2
3
4*** Test Cases ***
5Should Run Shell Module
6    Execute Command           i @scripts/single-node/nxp-s32k388_zephyr.resc
7    Create Terminal Tester    ${UART}
8
9    Wait For Prompt On Uart   uart:~$
10    Write Line To Uart        demo board
11    Wait For Line On Uart     s32k388/virtual_board
12
13