1*** Variables ***
2${UART}                       sysbus.uart0
3${SCRIPT_UBOOT}               @scripts/single-node/fsl_lx2160ardb_uboot.resc
4
5*** Test Cases ***
6Should Run U-Boot
7    Execute Command           include ${SCRIPT_UBOOT}
8    Create Terminal Tester    ${UART}
9    Wait For Line On Uart     Hit any key to stop autoboot:${SPACE}${SPACE}2
10