zephyr/samples/sensor/esp32_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

13 lines
332 B
YAML

sample:
description: Usage of ESP32 temperature sensor
name: esp32_temp_sensor
tests:
sample.sensor.esp32_temp_sensor:
tags: sensors tests
filter: dt_compat_enabled("espressif,esp32-temp")
harness: console
harness_config:
type: one_line
regex:
- "Current temperature: [1-5][0-9].[0-9] °C"