1*** Test Cases ***
2Should Boot And Display Hello World
3    Execute Command         mach create
4    Execute Command         machine LoadPlatformDescription @platforms/cpus/stm32w108.repl
5    Execute Command         sysbus LoadELF @https://dl.antmicro.com/projects/renode/stm32w--hello-world.mb951--0466e868ba2770b5c4d69c4aded31fc8fec0e483
6    Execute Command         sysbus LoadBinary @https://dl.antmicro.com/projects/renode/stm32w--stm32w108_fib_boot.bin--360627dd3ea9d83cc138be70e6ef20a581b2da54 0x8040000
7
8    Create Terminal Tester  sysbus.uart
9
10    Start Emulation
11
12    Wait For Line On Uart   Starting Contiki-2.6-825-g5039566 on MB851 B
13    Wait For Line On Uart   Hello, world
14