zephyr/tests/drivers/build_all/sensor/testcase.yaml
Gerard Marull-Paretas 93b63df762 samples, tests: convert string-based twister lists to YAML lists
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>
2023-05-10 09:52:37 +02:00

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