1sample: 2 name: MBOX Data IPC sample 3common: 4 sysbuild: true 5 tags: mbox 6tests: 7 sample.drivers.mbox_data.real_hw: 8 platform_allow: 9 - mimxrt1170_evkb_cm7 10 - mimxrt1170_evk_cm7 11 - mimxrt1160_evk_cm7 12 - lpcxpresso55s69_cpu0 13 integration_platforms: 14 - mimxrt1160_evk_cm7 15 - lpcxpresso55s69_cpu0 16 harness: console 17 harness_config: 18 type: multi_line 19 ordered: false 20 regex: 21 - "Client received \\(on channel 2\\) value: 1" 22 - "Client send \\(on channel 3\\) value: 2" 23 - "Client received \\(on channel 2\\) value: 3" 24 - "Client send \\(on channel 3\\) value: 4" 25 - "Client received \\(on channel 2\\) value: 41" 26 - "Client send \\(on channel 3\\) value: 42" 27 - "Client received \\(on channel 2\\) value: 97" 28 - "Client send \\(on channel 3\\) value: 98" 29 - "Client received \\(on channel 2\\) value: 99" 30