Skip to content

Commit 01a2beb

Browse files
ioannisgcarlescufi
authored andcommitted
tests: kernel: mem_protect: protection: fix test-case filter
The test is to run for boards that have memory protection enabled; having MPU capabilities on the SoC level is not sufficient (the user, or the board itself, might not enable memory protection support). This commit applies that policy to the mem_protect/protection test suite. Signed-off-by: Ioannis Glaropoulos <[email protected]>
1 parent e90ba89 commit 01a2beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tests:
22
kernel.memory_protection.protection:
3-
filter: CONFIG_CPU_HAS_MPU or CONFIG_X86_MMU
3+
filter: CONFIG_MEMORY_PROTECTION
44
tags: kernel security ignore_faults

0 commit comments

Comments
 (0)