zephyr/samples/sensor/stm32_temp_sensor/sample.yaml
Fabio Baltieri 620bd5d817 samples, tests: fix key-duplicates in sample.yaml files
Fix few duplicate keys warnings in sample.yaml and testcase.yaml files,
this is going to enable some tests that were otherwise being
unintentionally ignored.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-01-04 10:34:18 +01:00

14 lines
387 B
YAML

sample:
description: Usage of STM32 temperature sensor
name: stm32_temp_sensor
tests:
sample.sensor.stm32_temp_sensor:
depends_on: adc
tags: sensors tests
filter: dt_compat_enabled("st,stm32-temp-cal") or dt_compat_enabled("st,stm32-temp")
harness: console
harness_config:
type: one_line
regex:
- "Current temperature: [1-5][0-9].[0-9] °C"