1sample:
2  description: An example to showcase usage of the nrfx_temp driver in the blocking mode
3  name: nrfx_temp blocking example
4tests:
5  examples.nrfx_temp.blocking:
6    tags: temp
7    filter: dt_compat_enabled("nordic,nrf-temp")
8    platform_allow:
9      - nrf52dk/nrf52832
10      - nrf52833dk/nrf52833
11      - nrf52840dk/nrf52840
12      - nrf5340dk/nrf5340/cpunet
13    integration_platforms:
14      - nrf52dk/nrf52832
15      - nrf52833dk/nrf52833
16      - nrf52840dk/nrf52840
17      - nrf5340dk/nrf5340/cpunet
18    harness: console
19    harness_config:
20      type: multi_line
21      ordered: true
22      regex:
23        - "Starting nrfx_temp blocking example."
24        - "Measured temperature: ([0-9]*).([0-9]{2}) .C."
25        - "Measured temperature: ([0-9]*).([0-9]{2}) .C."
26        - "Measured temperature: ([0-9]*).([0-9]{2}) .C."
27        - "Measured temperature: ([0-9]*).([0-9]{2}) .C."
28        - "Measured temperature: ([0-9]*).([0-9]{2}) .C."
29