Twister: Rework integration with renode-test

Initial integration with renode-test was introduced in commit bdf02ff,
which added support for calling the `renode-test` command from both west
and twister.

This commit removes the custom run_renode_test target used for running
Robot tests with the `west build` command and makes twister call
`renode-test` directly instead.

Signed-off-by: Michał Szprejda <mszprejda@antmicro.com>
This commit is contained in:
Michał Szprejda 2024-03-04 17:47:49 +01:00 committed by Alberto Escolar
commit 7bc9a98a70
13 changed files with 59 additions and 50 deletions

View file

@ -12,4 +12,7 @@ testing:
ignore_tags:
- net
- bluetooth
renode:
uart: sysbus.uart
resc: boards/microchip/m2gl025_miv/support/m2gl025_miv.resc
vendor: microchip

View file

@ -12,5 +12,8 @@ testing:
ignore_tags:
- net
- bluetooth
renode:
uart: sysbus.uart0
resc: boards/renode/riscv32_virtual/support/riscv32_virtual.resc
supported:
- uart

View file

@ -19,4 +19,7 @@ testing:
- bluetooth
- flash
- newlib
renode:
uart: sysbus.uart0
resc: boards/sifive/hifive1/support/hifive1.resc
vendor: sifive

View file

@ -14,6 +14,9 @@ testing:
- flash
- newlib
- crypto
renode:
uart: sysbus.uart0
resc: boards/sifive/hifive_unleashed/support/hifive_unleashed.resc
supported:
- gpio
- spi

View file

@ -11,6 +11,9 @@ testing:
ignore_tags:
- net
- bluetooth
renode:
uart: sysbus.uart0
resc: boards/sifive/hifive_unmatched/support/hifive_unmatched.resc
supported:
- spi
- memc