zephyr/samples/subsys/ipc/ipc_service/multi_endpoint/sample.yaml
Alberto Escolar Piedras be35bbd4c0 samples ipc_service/multi_endpoint: Enable for nrf5340bsim
Enable this sample for the nrf5340bsim

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2024-09-26 03:34:26 -04:00

37 lines
1.2 KiB
YAML

sample:
name: IPC Service example integration (icmsg multi endpoint backend)
common:
harness: console
harness_config:
type: multi_line
ordered: false
regex:
- "IPC-service HOST \\[INST 0 - ENDP A\\] demo started"
- "IPC-service HOST \\[INST 0 - ENDP B\\] demo started"
- "IPC-service HOST \\[INST 1\\] demo started"
- "IPC-service HOST \\[INST 0 - ENDP A\\] demo ended\\."
- "IPC-service HOST \\[INST 0 - ENDP B\\] demo ended\\."
- "IPC-service HOST \\[INST 1\\] demo ended\\."
tests:
sample.ipc.multi_endpoint:
platform_allow:
- nrf5340dk/nrf5340/cpuapp
- nrf5340bsim/nrf5340/cpuapp
integration_platforms:
- nrf5340dk/nrf5340/cpuapp
- nrf5340bsim/nrf5340/cpuapp
tags: ipc
sysbuild: true
sample.ipc.multi_endpoint.icbmsg:
platform_allow:
- nrf5340dk/nrf5340/cpuapp
- nrf5340bsim/nrf5340/cpuapp
integration_platforms:
- nrf5340dk/nrf5340/cpuapp
- nrf5340bsim/nrf5340/cpuapp
tags: ipc
sysbuild: true
extra_args:
DTC_OVERLAY_FILE=boards/nrf5340dk_nrf5340_cpuapp_icbmsg.overlay
remote_DTC_OVERLAY_FILE=boards/nrf5340dk_nrf5340_cpunet_icbmsg.overlay