zephyr/samples/sensor/lsm6dso/sample.yaml
Erwan Gouriou 14ae669a8d samples: sensors: lsm6dso: Fix regex filter following unit fix
https://github.com/zephyrproject-rtos/zephyr/pull/49068 fixed units
displayed by  the sample from dps to rad/s but did not update the
sample twister regex filter.
Fix the filter as well to allow testing in CI.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2022-09-02 11:24:08 +00:00

16 lines
428 B
YAML

sample:
name: LSM6DSO accelerometer and gyrometer sensor
tests:
sample.sensor.lsm6dso:
harness: console
tags: sensors
timeout: 15
filter: dt_compat_enabled("st,lsm6dso")
harness_config:
type: multi_line
ordered: true
regex:
- "accel x:[-.0-9]* ms/2 y:[-.0-9]* ms/2 z:[-.0-9]* ms/2"
- "gyro x:[-.0-9]* rad/s y:[-.0-9]* rad/s z:[-.0-9]* rad/s"
- "trig_cnt:[0-9]*"