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:
parent
0b654c1502
commit
7bc9a98a70
13 changed files with 59 additions and 50 deletions
|
@ -12,4 +12,7 @@ testing:
|
|||
ignore_tags:
|
||||
- net
|
||||
- bluetooth
|
||||
renode:
|
||||
uart: sysbus.uart
|
||||
resc: boards/microchip/m2gl025_miv/support/m2gl025_miv.resc
|
||||
vendor: microchip
|
||||
|
|
|
@ -12,5 +12,8 @@ testing:
|
|||
ignore_tags:
|
||||
- net
|
||||
- bluetooth
|
||||
renode:
|
||||
uart: sysbus.uart0
|
||||
resc: boards/renode/riscv32_virtual/support/riscv32_virtual.resc
|
||||
supported:
|
||||
- uart
|
||||
|
|
|
@ -19,4 +19,7 @@ testing:
|
|||
- bluetooth
|
||||
- flash
|
||||
- newlib
|
||||
renode:
|
||||
uart: sysbus.uart0
|
||||
resc: boards/sifive/hifive1/support/hifive1.resc
|
||||
vendor: sifive
|
||||
|
|
|
@ -14,6 +14,9 @@ testing:
|
|||
- flash
|
||||
- newlib
|
||||
- crypto
|
||||
renode:
|
||||
uart: sysbus.uart0
|
||||
resc: boards/sifive/hifive_unleashed/support/hifive_unleashed.resc
|
||||
supported:
|
||||
- gpio
|
||||
- spi
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue