Skip to content

Commit 6207ccf

Browse files
57300rlubos
authored andcommitted
[nrf fromtree] tests: boards: nrf: nrfs: Build main image for app core only
Update this multi-core test to always run the `main` and `remote` images on cpuapp and cpurad respectively. This is to prepare the test for running with IronSide SE, in which case keeping cpurad as the main board target wouldn't make as much sense, because cpurad would have to be started by cpuapp. Signed-off-by: Grzegorz Swiderski <[email protected]> (cherry picked from commit 559ace1)
1 parent 5626a86 commit 6207ccf

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

tests/boards/nrf/nrfs/Kconfig.sysbuild

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ source "${ZEPHYR_BASE}/share/sysbuild/Kconfig"
66
config REMOTE_BOARD
77
string
88
default "$(BOARD)/nrf54h20/cpurad" if SOC_NRF54H20_CPUAPP
9-
default "$(BOARD)/nrf54h20/cpuapp" if SOC_NRF54H20_CPURAD

tests/boards/nrf/nrfs/testcase.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
common:
22
platform_allow:
33
- nrf54h20dk/nrf54h20/cpuapp
4-
- nrf54h20dk/nrf54h20/cpurad
54
integration_platforms:
65
- nrf54h20dk/nrf54h20/cpuapp
7-
- nrf54h20dk/nrf54h20/cpurad
86
tags:
97
- nrfs
108
harness: ztest

0 commit comments

Comments
 (0)