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>
13 lines
332 B
YAML
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"
|