Skip to content

Commit 8f0df40

Browse files
dssengnashif
authored andcommitted
tests: subsys: ipc: ipc_sessions: add _no_unbound tests for bsim
Also cover these code paths. Signed-off-by: Dmitrii Sharshakov <[email protected]>
1 parent 7c1b95f commit 8f0df40

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

tests/subsys/ipc/ipc_sessions/testcase.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,22 @@ tests:
1717
- nrf5340bsim/nrf5340/cpuapp
1818
extra_args:
1919
- CONFIG_IPC_TEST_SKIP_CORE_RESET=y
20+
ipc.ipc_sessions.nrf5340bsim_cpuapp_no_unbound_cpunet:
21+
platform_allow:
22+
- nrf5340bsim/nrf5340/cpuapp
23+
integration_platforms:
24+
- nrf5340bsim/nrf5340/cpuapp
25+
extra_args:
26+
- CONFIG_IPC_TEST_SKIP_UNBOUND=y
27+
- CONFIG_IPC_SERVICE_BACKEND_ICMSG_V1=y
28+
ipc.ipc_sessions.nrf5340bsim_cpuapp_cpunet_no_unbound:
29+
platform_allow:
30+
- nrf5340bsim/nrf5340/cpuapp
31+
integration_platforms:
32+
- nrf5340bsim/nrf5340/cpuapp
33+
extra_args:
34+
- CONFIG_IPC_TEST_SKIP_UNBOUND=y
35+
- remote_CONFIG_IPC_SERVICE_BACKEND_ICMSG_V1=y
2036
test.ipc.ipc_sessions.nrf54h20dk_cpuapp_cpurad:
2137
platform_allow:
2238
- nrf54h20dk/nrf54h20/cpuapp

0 commit comments

Comments
 (0)