12 lines
366 B
Plaintext
12 lines
366 B
Plaintext
*** Variables ***
|
|
${UART} sysbus.htif
|
|
${SCRIPT_ROT13} @scripts/single-node/veer_el2-tock.resc
|
|
|
|
*** Test Cases ***
|
|
Should Run Tock Rot13 Sample
|
|
Execute Command include ${SCRIPT_ROT13}
|
|
Create Terminal Tester ${UART}
|
|
Wait For Line On Uart 12: Uryyb Jbeyq!
|
|
Wait For Line On Uart 12: Hello World!
|
|
|