1*** Variables ***
2${UART}                       sysbus.uart
3${SCRIPT_ZEPHYR}              @scripts/single-node/up_squared_x86_64_zephyr.resc
4
5*** Test Cases ***
6Should Run Zephyr hello_world Sample
7    Execute Command           include ${SCRIPT_ZEPHYR}
8    Create Terminal Tester    ${UART}
9    Wait For Line On Uart     Hello World! up_squared
10