1sample:
2  name: IPC Service example integration (OpenAMP static_vrings backend)
3tests:
4  sample.ipc.static_vrings:
5    platform_allow:
6      - nrf5340dk/nrf5340/cpuapp
7      - nrf5340bsim/nrf5340/cpuapp
8      - lpcxpresso55s69/lpc55s69/cpu0
9      - mimxrt1160_evk/mimxrt1166/cm7
10      - mimxrt1170_evk/mimxrt1176/cm7
11      - mimxrt1170_evk@B/mimxrt1176/cm7
12    integration_platforms:
13      - nrf5340dk/nrf5340/cpuapp
14      - nrf5340bsim/nrf5340/cpuapp
15    tags: ipc
16    sysbuild: true
17    harness: console
18    harness_config:
19      type: multi_line
20      ordered: false
21      regex:
22        - "IPC-service HOST \\[INST 0 - ENDP A\\] demo started"
23        - "IPC-service HOST \\[INST 0 - ENDP B\\] demo started"
24        - "IPC-service HOST \\[INST 1\\] demo started"
25        - "IPC-service HOST \\[INST 0 - ENDP A\\] demo ended\\."
26        - "IPC-service HOST \\[INST 0 - ENDP B\\] demo ended\\."
27        - "IPC-service HOST \\[INST 1\\] demo ended\\."
28