zephyr/samples/subsys/logging/multidomain/sample.yaml
Piotr Kosycarz 45aca35650 samples: subsys: logging: multidomain: check console output on HW
Verify host console.

Signed-off-by: Piotr Kosycarz <piotr.kosycarz@nordicsemi.no>
2024-06-14 19:14:13 +02:00

28 lines
745 B
YAML

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