zephyr/tests/drivers/build_all/sensor/testcase.yaml
Tristan Honscheid 6dc3a65e9b tests: Re-enable the generic sensor test
This test was turned off last weekend when a sensor misbehaved and broke
the CI, but that issue was resolved in #61016. This PR turns the test
back on.

For more info on what this test does, please see #60394.

For more context see also the comments under #60959

Signed-off-by: Tristan Honscheid <honscheid@google.com>
2023-08-03 10:30:02 +02:00

31 lines
816 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
sensors.generic_test:
build_only: false
extra_configs:
- CONFIG_GENERIC_SENSOR_TEST=y
- CONFIG_ZTEST=y
- CONFIG_ZTEST_NEW_API=y
- CONFIG_EMUL=y
- CONFIG_NATIVE_UART_0_ON_STDINOUT=y
- CONFIG_SENSOR_ASYNC_API=y