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>
This commit is contained in:
parent
fa5636632e
commit
dfd3d6e6cb
1 changed files with 1 additions and 1 deletions
|
@ -12,4 +12,4 @@ tests:
|
|||
harness_config:
|
||||
type: one_line
|
||||
regex:
|
||||
- "CPU Die temperature\\[[A-Za-z0-9_]+\\]: [1-9][0-9].[0-9] °C"
|
||||
- "CPU Die temperature\\[[A-Za-z0-9_@]+\\]: [1-9][0-9].[0-9] °C"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue