Skip to content

Commit 0ffef90

Browse files
nordicjmcfriedt
authored andcommitted
tests: ipc: ipc_session: Correct name from sample to test
This wrongly displayed in CI as a sample failing, when it is a test and not a sample, this changes the name to have test in it Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
1 parent dd5a3f1 commit 0ffef90

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/subsys/ipc/ipc_sessions/testcase.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,28 @@ common:
88
harness: ztest
99

1010
tests:
11-
sample.ipc.ipc_sessions.nrf5340dk:
11+
test.ipc.ipc_sessions.nrf5340dk:
1212
platform_allow:
1313
- nrf5340dk/nrf5340/cpuapp
1414
integration_platforms:
1515
- nrf5340dk/nrf5340/cpuapp
16-
sample.ipc.ipc_sessions.nrf54h20dk_cpuapp_cpurad:
16+
test.ipc.ipc_sessions.nrf54h20dk_cpuapp_cpurad:
1717
platform_allow:
1818
- nrf54h20dk/nrf54h20/cpuapp
1919
integration_platforms:
2020
- nrf54h20dk/nrf54h20/cpuapp
2121
extra_args:
2222
- CONFIG_IPC_TEST_SKIP_CORE_RESET=y
2323
- CONFIG_SOC_NRF54H20_CPURAD_ENABLE=y
24-
sample.ipc.ipc_sessions.nrf54h20dk_cpuapp_cpuppr:
24+
test.ipc.ipc_sessions.nrf54h20dk_cpuapp_cpuppr:
2525
platform_allow:
2626
- nrf54h20dk/nrf54h20/cpuapp
2727
integration_platforms:
2828
- nrf54h20dk/nrf54h20/cpuapp
2929
extra_args:
3030
- FILE_SUFFIX=cpuppr
3131
- ipc_sessions_SNIPPET=nordic-ppr
32-
sample.ipc.ipc_sessions.nrf54h20dk_cpuapp_no_unbound_cpuppr:
32+
test.ipc.ipc_sessions.nrf54h20dk_cpuapp_no_unbound_cpuppr:
3333
platform_allow:
3434
- nrf54h20dk/nrf54h20/cpuapp
3535
integration_platforms:
@@ -39,7 +39,7 @@ tests:
3939
- ipc_sessions_SNIPPET=nordic-ppr
4040
- CONFIG_IPC_TEST_SKIP_UNBOUND=y
4141
- CONFIG_IPC_SERVICE_BACKEND_ICMSG_V1=y
42-
sample.ipc.ipc_sessions.nrf54h20dk_cpuapp_cpuppr_no_unbound:
42+
test.ipc.ipc_sessions.nrf54h20dk_cpuapp_cpuppr_no_unbound:
4343
platform_allow:
4444
- nrf54h20dk/nrf54h20/cpuapp
4545
integration_platforms:

0 commit comments

Comments
 (0)