From f8e8dea6d96c146816058a7f563cfcb2f8175577 Mon Sep 17 00:00:00 2001 From: Ioannis Glaropoulos Date: Mon, 22 Apr 2019 00:39:07 +0200 Subject: [PATCH] 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 --- tests/kernel/mem_protect/protection/testcase.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/kernel/mem_protect/protection/testcase.yaml b/tests/kernel/mem_protect/protection/testcase.yaml index 5a65ddf930ed9..2b53f7747c8c7 100644 --- a/tests/kernel/mem_protect/protection/testcase.yaml +++ b/tests/kernel/mem_protect/protection/testcase.yaml @@ -1,4 +1,4 @@ tests: kernel.memory_protection.protection: - filter: CONFIG_CPU_HAS_MPU or CONFIG_X86_MMU + filter: CONFIG_MEMORY_PROTECTION tags: kernel security ignore_faults