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>
12 lines
423 B
YAML
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
|