Skip to content

Commit 2573f4b

Browse files
ioannisgnashif
authored andcommitted
tests: remove nrf5340 PDK boards from test .yml files
Remove references to the nRF5340 PDK boards from samples and tests .yml files. Signed-off-by: Ioannis Glaropoulos <[email protected]>
1 parent 224489e commit 2573f4b

File tree

11 files changed

+13
-15
lines changed

11 files changed

+13
-15
lines changed

doc/guides/test/twister.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -607,11 +607,11 @@ example::
607607
fixtures:
608608
- gpio_loopback
609609
id: 000683290670
610-
notes: An nrf5340pdk_nrf5340 is detected as an nrf52840dk_nrf52840 with no serial
610+
notes: An nrf5340dk_nrf5340 is detected as an nrf52840dk_nrf52840 with no serial
611611
port, and three serial ports with an unknown platform. The board id of the serial
612612
ports is not the same as the board id of the the development kit. If you regenerate
613613
this file you will need to update serial to reference the third port, and platform
614-
to nrf5340pdk_nrf5340_cpuapp or another supported board target.
614+
to nrf5340dk_nrf5340_cpuapp or another supported board target.
615615
platform: nrf52840dk_nrf52840
616616
product: J-Link
617617
runner: jlink

samples/tfm_integration/psa_level_1/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ On nRF5340 and nRF9160:
156156
=======================
157157

158158
Build Zephyr with a non-secure configuration
159-
(``-DBOARD=nrf5340pdk_nrf5340_cpuappns`` or ``-DBOARD=nrf9160dk_nrf9160ns``).
159+
(``-DBOARD=nrf5340dk_nrf5340_cpuappns`` or ``-DBOARD=nrf9160dk_nrf9160ns``).
160160

161161
Example, for nRF9160, using ``cmake`` and ``ninja``
162162

samples/tfm_integration/psa_level_1/sample.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ sample:
55
tests:
66
sample.psa_level_1:
77
tags: introduction tfm
8-
platform_allow: mps2_an521_nonsecure lpcxpresso55s69_ns nrf5340pdk_nrf5340_cpuappns
9-
nrf5340dk_nrf5340_cpuappns nrf9160dk_nrf9160ns v2m_musca_s1_nonsecure
8+
platform_allow: mps2_an521_nonsecure lpcxpresso55s69_ns nrf5340dk_nrf5340_cpuappns
9+
nrf9160dk_nrf9160ns v2m_musca_s1_nonsecure
1010
harness: console
1111
harness_config:
1212
type: multi_line

samples/tfm_integration/tfm_ipc/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ On nRF5340 and nRF9160:
162162
=======================
163163

164164
Build Zephyr with a non-secure configuration
165-
(``-DBOARD=nrf5340pdk_nrf5340_cpuappns`` or ``-DBOARD=nrf9160dk_nrf9160ns``).
165+
(``-DBOARD=nrf5340dk_nrf5340_cpuappns`` or ``-DBOARD=nrf9160dk_nrf9160ns``).
166166

167167
Example, for nRF9160, using ``cmake`` and ``ninja``
168168

samples/tfm_integration/tfm_ipc/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sample:
55
tests:
66
sample.tfm_ipc:
77
tags: introduction tfm
8-
platform_allow: mps2_an521_nonsecure lpcxpresso55s69_ns nrf5340pdk_nrf5340_cpuappns
8+
platform_allow: mps2_an521_nonsecure lpcxpresso55s69_ns
99
nrf5340dk_nrf5340_cpuappns nrf9160dk_nrf9160ns nucleo_l552ze_q_ns
1010
v2m_musca_s1_nonsecure
1111
harness: console

tests/kernel/mem_protect/mem_protect/testcase.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ tests:
1111
kernel.memory_protection.gap_filling.arm:
1212
filter: CONFIG_ARCH_HAS_USERSPACE and CONFIG_MPU_REQUIRES_NON_OVERLAPPING_REGIONS
1313
arch_allow: arm
14-
platform_allow: efr32_radio_brd4180a mps2_an521 nrf5340pdk_nrf5340_cpuapp
15-
nrf5340pdk_nrf5340_cpunet nrf9160dk_nrf9160
14+
platform_allow: efr32_radio_brd4180a mps2_an521 nrf9160dk_nrf9160
1615
extra_args: CONFIG_MPU_GAP_FILLING=y
1716
tags: kernel security userspace ignore_faults

tests/kernel/mem_protect/userspace/testcase.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ tests:
1010
kernel.memory_protection.userspace.gap_filling.arm:
1111
filter: CONFIG_ARCH_HAS_USERSPACE and CONFIG_MPU_REQUIRES_NON_OVERLAPPING_REGIONS
1212
arch_allow: arm
13-
platform_allow: efr32_radio_brd4180a mps2_an521 nrf5340pdk_nrf5340_cpuapp
14-
nrf5340pdk_nrf5340_cpunet nrf9160dk_nrf9160
13+
platform_allow: efr32_radio_brd4180a mps2_an521 nrf9160dk_nrf9160
1514
extra_args: CONFIG_MPU_GAP_FILLING=y
1615
tags: kernel security userspace ignore_faults

tests/kernel/profiling/profiling_api/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ tests:
33
arch_exclude: nios2
44
platform_exclude: em_starterkit
55
litex_vexriscv rv32m1_vega_zero_riscy rv32m1_vega_ri5cy
6-
nrf5340dk_nrf5340_cpunet nrf5340pdk_nrf5340_cpunet
6+
nrf5340dk_nrf5340_cpunet
77
tags: kernel

tests/kernel/tickless/tickless_concept/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ tests:
55
# consistently when coverage is enabled. Disable until 14173 is fixed.
66
platform_exclude: qemu_x86_coverage
77
litex_vexriscv rv32m1_vega_zero_riscy rv32m1_vega_ri5cy
8-
nrf5340dk_nrf5340_cpunet nrf5340pdk_nrf5340_cpunet
8+
nrf5340dk_nrf5340_cpunet
99
tags: kernel

tests/kernel/timer/timer_api/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ tests:
77
arch_exclude: nios2 posix
88
platform_exclude: qemu_x86_coverage
99
litex_vexriscv rv32m1_vega_zero_riscy rv32m1_vega_ri5cy
10-
nrf5340dk_nrf5340_cpunet nrf5340pdk_nrf5340_cpunet
10+
nrf5340dk_nrf5340_cpunet
1111
tags: kernel timer userspace

0 commit comments

Comments
 (0)