Twister now supports using YAML lists for all fields that were written as space-separated lists. Used twister_to_list.py script. Some artifacts on string length are due to how ruamel dumps content. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
22 lines
561 B
YAML
22 lines
561 B
YAML
common:
|
|
tags:
|
|
- drivers
|
|
- sensors
|
|
platform_allow: native_posix
|
|
build_only: true
|
|
tests:
|
|
sensors.build.sensorhub:
|
|
extra_args: OVERLAY_CONFIG=sensors_shub.conf
|
|
sensors.build.trigger.own:
|
|
extra_args: OVERLAY_CONFIG=sensors_trigger_own.conf
|
|
sensors.build.trigger.global:
|
|
extra_args: OVERLAY_CONFIG=sensors_trigger_global.conf
|
|
sensors.build.trigger.none:
|
|
extra_args: OVERLAY_CONFIG=sensors_trigger_none.conf
|
|
sensors.build:
|
|
tags: sensors
|
|
sensors.build.pm:
|
|
extra_configs:
|
|
- CONFIG_PM=y
|
|
- CONFIG_PM_DEVICE=y
|