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>
14 lines
387 B
YAML
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"
|