Twister: Add integration with renode-test
Add support for calling the `renode-test` command from west and twister. Enable running Robot Framework tests suites in Renode. Signed-off-by: Michał Szprejda <mszprejda@antmicro.com> Signed-off-by: Mateusz Hołenko <mholenko@antmicro.com>
This commit is contained in:
parent
7457bcf0a2
commit
bdf02ff5d6
8 changed files with 164 additions and 2 deletions
7
tests/robot/common.robot
Normal file
7
tests/robot/common.robot
Normal file
|
@ -0,0 +1,7 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
*** Keywords ***
|
||||
Prepare Machine
|
||||
Execute Command $bin = ${ELF}
|
||||
Execute Command include ${RESC}
|
||||
Create Terminal Tester ${UART}
|
Loading…
Add table
Add a link
Reference in a new issue