We cannot automatically flash both master and remote images to nRF5340 application and network core, this needs to be done separately. We therefore, cannot execute the test on nRF5340, so we switch to make the test build-only on this platform. We also make nrf5340_cpuapp an integration platform for the given sample. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
22 lines
686 B
YAML
22 lines
686 B
YAML
sample:
|
|
description: This app provides an example of how to integrate
|
|
RPMsg Service with Zephyr.
|
|
name: RPMsg Service example integration
|
|
tests:
|
|
sample.ipc.rpmsg_service:
|
|
platform_allow: mps2_an521 v2m_musca_b1
|
|
tags: ipm
|
|
harness: console
|
|
harness_config:
|
|
type: multi_line
|
|
regex:
|
|
- "Master core received a message: 1"
|
|
- "Master core received a message: 99"
|
|
- "RPMsg Service demo ended."
|
|
sample.ipc.rpmsg_service.nrf:
|
|
platform_allow: nrf5340dk_nrf5340_cpuapp
|
|
integration_platforms:
|
|
- nrf5340dk_nrf5340_cpuapp
|
|
tags: ipm
|
|
build_only: true
|