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 <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
224489e298
commit
2573f4b99c
11 changed files with 13 additions and 15 deletions
|
@ -607,11 +607,11 @@ example::
|
|||
fixtures:
|
||||
- gpio_loopback
|
||||
id: 000683290670
|
||||
notes: An nrf5340pdk_nrf5340 is detected as an nrf52840dk_nrf52840 with no serial
|
||||
notes: An nrf5340dk_nrf5340 is detected as an nrf52840dk_nrf52840 with no serial
|
||||
port, and three serial ports with an unknown platform. The board id of the serial
|
||||
ports is not the same as the board id of the the development kit. If you regenerate
|
||||
this file you will need to update serial to reference the third port, and platform
|
||||
to nrf5340pdk_nrf5340_cpuapp or another supported board target.
|
||||
to nrf5340dk_nrf5340_cpuapp or another supported board target.
|
||||
platform: nrf52840dk_nrf52840
|
||||
product: J-Link
|
||||
runner: jlink
|
||||
|
|
|
@ -156,7 +156,7 @@ On nRF5340 and nRF9160:
|
|||
=======================
|
||||
|
||||
Build Zephyr with a non-secure configuration
|
||||
(``-DBOARD=nrf5340pdk_nrf5340_cpuappns`` or ``-DBOARD=nrf9160dk_nrf9160ns``).
|
||||
(``-DBOARD=nrf5340dk_nrf5340_cpuappns`` or ``-DBOARD=nrf9160dk_nrf9160ns``).
|
||||
|
||||
Example, for nRF9160, using ``cmake`` and ``ninja``
|
||||
|
||||
|
|
|
@ -5,8 +5,8 @@ sample:
|
|||
tests:
|
||||
sample.psa_level_1:
|
||||
tags: introduction tfm
|
||||
platform_allow: mps2_an521_nonsecure lpcxpresso55s69_ns nrf5340pdk_nrf5340_cpuappns
|
||||
nrf5340dk_nrf5340_cpuappns nrf9160dk_nrf9160ns v2m_musca_s1_nonsecure
|
||||
platform_allow: mps2_an521_nonsecure lpcxpresso55s69_ns nrf5340dk_nrf5340_cpuappns
|
||||
nrf9160dk_nrf9160ns v2m_musca_s1_nonsecure
|
||||
harness: console
|
||||
harness_config:
|
||||
type: multi_line
|
||||
|
|
|
@ -162,7 +162,7 @@ On nRF5340 and nRF9160:
|
|||
=======================
|
||||
|
||||
Build Zephyr with a non-secure configuration
|
||||
(``-DBOARD=nrf5340pdk_nrf5340_cpuappns`` or ``-DBOARD=nrf9160dk_nrf9160ns``).
|
||||
(``-DBOARD=nrf5340dk_nrf5340_cpuappns`` or ``-DBOARD=nrf9160dk_nrf9160ns``).
|
||||
|
||||
Example, for nRF9160, using ``cmake`` and ``ninja``
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ sample:
|
|||
tests:
|
||||
sample.tfm_ipc:
|
||||
tags: introduction tfm
|
||||
platform_allow: mps2_an521_nonsecure lpcxpresso55s69_ns nrf5340pdk_nrf5340_cpuappns
|
||||
platform_allow: mps2_an521_nonsecure lpcxpresso55s69_ns
|
||||
nrf5340dk_nrf5340_cpuappns nrf9160dk_nrf9160ns nucleo_l552ze_q_ns
|
||||
v2m_musca_s1_nonsecure
|
||||
harness: console
|
||||
|
|
|
@ -11,7 +11,6 @@ tests:
|
|||
kernel.memory_protection.gap_filling.arm:
|
||||
filter: CONFIG_ARCH_HAS_USERSPACE and CONFIG_MPU_REQUIRES_NON_OVERLAPPING_REGIONS
|
||||
arch_allow: arm
|
||||
platform_allow: efr32_radio_brd4180a mps2_an521 nrf5340pdk_nrf5340_cpuapp
|
||||
nrf5340pdk_nrf5340_cpunet nrf9160dk_nrf9160
|
||||
platform_allow: efr32_radio_brd4180a mps2_an521 nrf9160dk_nrf9160
|
||||
extra_args: CONFIG_MPU_GAP_FILLING=y
|
||||
tags: kernel security userspace ignore_faults
|
||||
|
|
|
@ -10,7 +10,6 @@ tests:
|
|||
kernel.memory_protection.userspace.gap_filling.arm:
|
||||
filter: CONFIG_ARCH_HAS_USERSPACE and CONFIG_MPU_REQUIRES_NON_OVERLAPPING_REGIONS
|
||||
arch_allow: arm
|
||||
platform_allow: efr32_radio_brd4180a mps2_an521 nrf5340pdk_nrf5340_cpuapp
|
||||
nrf5340pdk_nrf5340_cpunet nrf9160dk_nrf9160
|
||||
platform_allow: efr32_radio_brd4180a mps2_an521 nrf9160dk_nrf9160
|
||||
extra_args: CONFIG_MPU_GAP_FILLING=y
|
||||
tags: kernel security userspace ignore_faults
|
||||
|
|
|
@ -3,5 +3,5 @@ tests:
|
|||
arch_exclude: nios2
|
||||
platform_exclude: em_starterkit
|
||||
litex_vexriscv rv32m1_vega_zero_riscy rv32m1_vega_ri5cy
|
||||
nrf5340dk_nrf5340_cpunet nrf5340pdk_nrf5340_cpunet
|
||||
nrf5340dk_nrf5340_cpunet
|
||||
tags: kernel
|
||||
|
|
|
@ -5,5 +5,5 @@ tests:
|
|||
# consistently when coverage is enabled. Disable until 14173 is fixed.
|
||||
platform_exclude: qemu_x86_coverage
|
||||
litex_vexriscv rv32m1_vega_zero_riscy rv32m1_vega_ri5cy
|
||||
nrf5340dk_nrf5340_cpunet nrf5340pdk_nrf5340_cpunet
|
||||
nrf5340dk_nrf5340_cpunet
|
||||
tags: kernel
|
||||
|
|
|
@ -7,5 +7,5 @@ tests:
|
|||
arch_exclude: nios2 posix
|
||||
platform_exclude: qemu_x86_coverage
|
||||
litex_vexriscv rv32m1_vega_zero_riscy rv32m1_vega_ri5cy
|
||||
nrf5340dk_nrf5340_cpunet nrf5340pdk_nrf5340_cpunet
|
||||
nrf5340dk_nrf5340_cpunet
|
||||
tags: kernel timer userspace
|
||||
|
|
|
@ -6,7 +6,7 @@ tests:
|
|||
# provide a timer driver. Other platforms are excluded because
|
||||
# they lack some other required feature.
|
||||
platform_exclude: rv32m1_vega_ri5cy rv32m1_vega_zero_riscy litex_vexriscv
|
||||
nrf5340dk_nrf5340_cpunet nrf5340pdk_nrf5340_cpunet
|
||||
nrf5340dk_nrf5340_cpunet
|
||||
integration_platforms:
|
||||
- qemu_x86
|
||||
- mps2_an385
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue