zephyr/samples/subsys/logging/multidomain/sample.yaml
Alberto Escolar Piedras 1f4f307bd2 samples|tests/* yamls: Replace all nrf5340bsim hwmv1 names w hwmv2 version
Replace all instances of
nrf5340bsim_nrf5340_cpunet & nrf5340bsim_nrf5340_cpuapp
with
nrf5340bsim/nrf5340/cpunet & nrf5340bsim/nrf5340/cpuapp
In these samples/tests twister yamls definitions.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2024-03-21 15:23:56 +01:00

32 lines
897 B
YAML

sample:
name: Logging in multi-domain environment
common:
sysbuild: true
tags: ipc
tests:
sample.logging.multidomain.ipc_static_vrings.hw:
platform_allow:
- nrf5340dk/nrf5340/cpuapp
integration_platforms:
- nrf5340dk/nrf5340/cpuapp
build_only: true
sample.logging.multidomain.ipc_static_vrings.simu:
platform_allow:
- nrf5340bsim/nrf5340/cpuapp
integration_platforms:
- nrf5340bsim/nrf5340/cpuapp
harness: console
harness_config:
type: multi_line
ordered: false
regex:
- "IPC-service REMOTE \\[INST 1\\] demo started"
- "app: loop: 0"
- "app: ipc open"
- "app: wait for bound"
- "app: bounded"
- "app: REMOTE \\[1\\]: 0"
- "app: HOST \\[1\\]: 1"
- "IPC-service REMOTE \\[INST 1\\] demo ended."
- "app: IPC-service HOST \\[INST 1\\] demo ended."