zephyr/samples/sensor/die_temp_polling/sample.yaml
Pavlo Havrylyuk dfd3d6e6cb samples: sensor: die_temp_polling: add @ symbol to regex
Added @ symbol for when address of dietemp sensor is printed

Signed-off-by: Pavlo Havrylyuk <pavlo.havrylyuk@infineon.com>
2023-09-19 15:23:52 +01:00

16 lines
396 B
YAML

sample:
description: CPU Die temperature polling sample
name: die_temp_polling
tests:
sample.sensor.die_temperature_polling:
tags:
- sensors
filter: dt_alias_exists("die-temp0")
integration_platforms:
- stm32f3_disco
harness: console
harness_config:
type: one_line
regex:
- "CPU Die temperature\\[[A-Za-z0-9_@]+\\]: [1-9][0-9].[0-9] °C"