1sample:
2  name: nrfx Peripheral Resource Sharing example
3tests:
4  sample.boards.nrf.nrfx_prs:
5    platform_allow:
6      - nrf5340dk/nrf5340/cpuapp
7      - nrf9160dk/nrf9160
8    integration_platforms:
9      - nrf5340dk/nrf5340/cpuapp
10      - nrf9160dk/nrf9160
11    tags: nrfx
12    harness: console
13    harness_config:
14      type: multi_line
15      ordered: true
16      regex:
17        - "nrfx PRS example on .*"
18        - "-> press \".*\" to trigger a transfer"
19        - "-> press \".*\" to switch the type of peripheral"
20        - "Switched to SPIM"
21        - "-- Background transfer on \".*\" --"
22        - "Tx: 4E 6F 72 64 69 63 20 53 65 6D 69 63 6F 6E 64 75 63 74 6F 72 00"
23        - "Rx:"
24        - "-- Background transfer on \".*\" --"
25