28 lines
745 B
YAML
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."
|