Add a runtest for the simulated target. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
32 lines
897 B
YAML
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."
|