samples: drivers: mbox: fix nRF54H20 vevif/bellboard regexes

Both VEVIF and BELLBOARD test cases are unidirectional from the core
executing the test (cpuapp). For VEVIF, cpuapp pings, and for BELLBOARD,
cpuapp pongs.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2024-03-13 09:41:28 +01:00 committed by Fabio Baltieri
parent c803b1e1f4
commit 752079a070

View file

@ -42,7 +42,6 @@ tests:
ordered: false
regex:
- "Ping \\(on channel 4\\)"
- "Pong \\(on channel 4\\)"
sample.drivers.mbox.nrf54h20_bellboard:
platform_allow:
@ -61,7 +60,6 @@ tests:
type: multi_line
ordered: false
regex:
- "Ping \\(on channel 0\\)"
- "Pong \\(on channel 0\\)"
sample.drivers.mbox.simu: