zephyr/tests/kernel/mem_protect/userspace/testcase.yaml
Ioannis Glaropoulos 2573f4b99c 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>
2021-02-15 07:59:43 -05:00

16 lines
705 B
YAML

tests:
kernel.memory_protection.userspace:
filter: CONFIG_ARCH_HAS_USERSPACE
tags: kernel security userspace ignore_faults
kernel.memory_protection.userspace.gap_filling.arc:
filter: CONFIG_ARCH_HAS_USERSPACE and CONFIG_MPU_REQUIRES_NON_OVERLAPPING_REGIONS
arch_allow: arc
extra_args: CONFIG_MPU_GAP_FILLING=y
tags: kernel security userspace ignore_faults
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 nrf9160dk_nrf9160
extra_args: CONFIG_MPU_GAP_FILLING=y
tags: kernel security userspace ignore_faults