zephyr/samples/boards/nrf/nrf53_sync_rtc/sample.yaml
Alberto Escolar Piedras 13c0657bdc samples: nrf53_sync_rtc: Add run test for simulated target
Add a runtest for the simulated target.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-10-26 17:33:16 +02:00

26 lines
757 B
YAML

sample:
description: This app shows how RTCs are synchronized
on nrf53 cores.
name: nRF53 Synchronized RTC sample
common:
sysbuild: true
tests:
sample.boards.nrf.nrf53_sync_rtc.real_hw:
platform_allow:
- nrf5340dk_nrf5340_cpuapp
integration_platforms:
- nrf5340dk_nrf5340_cpuapp
harness: remote
sample.boards.nrf.nrf53_sync_rtc.simu:
platform_allow:
- nrf5340bsim_nrf5340_cpuapp
harness: console
harness_config:
type: multi_line
ordered: false
regex:
- "main: Synchronization using mbox driver"
- "sync_rtc: Updated timestamp to synchronized RTC by .* ticks"
- "main: IPC send at .* ticks"
- "main: Local timestamp: .*, application core timestamp:"