1sample:
2  description: This app shows how RTCs are synchronized
3      on nrf53 cores.
4  name: nRF53 Synchronized RTC sample
5common:
6  sysbuild: true
7tests:
8  sample.boards.nrf.nrf53_sync_rtc.real_hw:
9    platform_allow:
10      - nrf5340dk/nrf5340/cpuapp
11    integration_platforms:
12      - nrf5340dk/nrf5340/cpuapp
13    harness: remote
14  sample.boards.nrf.nrf53_sync_rtc.simu:
15    platform_allow:
16      - nrf5340bsim/nrf5340/cpuapp
17    harness: console
18    harness_config:
19      type: multi_line
20      ordered: false
21      regex:
22        - "main: Synchronization using mbox driver"
23        - "sync_rtc: Updated timestamp to synchronized RTC by .* ticks"
24        - "main: IPC send at .* ticks"
25        - "main: Local timestamp: .*, application core timestamp:"
26