Convert them to native YAML lists. Support for space-separated lists was deprecated in Twister a long time ago. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
18 lines
387 B
YAML
18 lines
387 B
YAML
common:
|
|
tags:
|
|
- drivers
|
|
- console
|
|
platform_allow:
|
|
- hifive1
|
|
- hifive_unleashed/fu540/e51
|
|
harness: robot
|
|
|
|
tests:
|
|
drivers.console.line_splitting:
|
|
harness_config:
|
|
robot_testsuite: line_splitting.robot
|
|
drivers.console.line_splitting.plus.some_option:
|
|
harness_config:
|
|
robot_testsuite: line_splitting.robot
|
|
robot_option: --exclude some_flag
|