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
|
@ -107,6 +107,9 @@ mapping:
|
|||
required: false
|
||||
sequence:
|
||||
- type: str
|
||||
"robot_test_path":
|
||||
type: str
|
||||
required: false
|
||||
"record":
|
||||
type: map
|
||||
required: false
|
||||
|
@ -292,6 +295,9 @@ mapping:
|
|||
required: false
|
||||
sequence:
|
||||
- type: str
|
||||
"robot_test_path":
|
||||
type: str
|
||||
required: false
|
||||
"record":
|
||||
type: map
|
||||
required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue