1*** Variables ***
2${URI}                          @https://dl.antmicro.com/projects/renode
3${HIFIVE1}                      @platforms/cpus/sifive-fe310.repl
4
5
6*** Keywords ***
7Create Machine
8    Execute Command             using sysbus
9    Execute Command             mach create
10    Execute Command             machine LoadPlatformDescription @${HIFIVE1}
11    Execute Command             sysbus LoadELF @${URI}/hifive--zephyr-test_gpio_api_1pin.elf-s_642052-3e07acfbb42b60dfda51d4a66eb6f4ad714d3e34
12
13    Create Terminal Tester      sysbus.uart0
14
15
16*** Test Cases ***
17Should Pass Zephyr "drivers/gpio/gpio_api_1pin" test suite on HiFive1
18    Create Machine
19    Wait For Line On Uart       PROJECT EXECUTION SUCCESSFUL
20