1sample:
2  name: Logging in multi-domain environment
3common:
4  sysbuild: true
5  tags: ipc
6tests:
7  sample.logging.multidomain.ipc_static_vrings:
8    platform_allow:
9      - nrf5340dk/nrf5340/cpuapp
10      - nrf5340bsim/nrf5340/cpuapp
11    integration_platforms:
12      - nrf5340dk/nrf5340/cpuapp
13      - nrf5340bsim/nrf5340/cpuapp
14    harness: console
15    harness_config:
16      type: multi_line
17      ordered: false
18      regex:
19        - "Hello World!"
20        - "app: IPC-service HOST \\[INST 1\\] demo started"
21        - "app: loop: 0"
22        - "app: ipc open"
23        - "app: wait for bound"
24        - "app: bounded"
25        - "app: REMOTE \\[1\\]: 0"
26        - "app: HOST \\[1\\]: 1"
27        - "app: IPC-service HOST \\[INST 1\\] demo ended."
28