zephyr/tests/kernel/mem_protect/userspace/testcase.yaml
Ioannis Glaropoulos 40fbff6c8f tests: kernel: mem_protect: run tests with ARMV8-M MPU gap filling
We add a new test-case for the mem_protect and userspace tests,
to test the ARMv8-M MPU driver without the skipping of full SRAM
partitioning (i.e. gap filling).

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
2019-11-07 09:41:54 -08:00

12 lines
423 B
YAML

tests:
kernel.memory_protection.userspace:
filter: CONFIG_ARCH_HAS_USERSPACE
tags: kernel security userspace ignore_faults
min_ram: 36
kernel.memory_protection.userspace.armv8m_gap_filling:
arch_whitelist: arm
filter: CONFIG_ARCH_HAS_USERSPACE and CONFIG_MPU_REQUIRES_NON_OVERLAPPING_REGIONS
extra_args: CONFIG_MPU_GAP_FILLING=y
tags: kernel security userspace ignore_faults
min_ram: 36