From d33686fef703e216e810bbc49a8528db255aaa95 Mon Sep 17 00:00:00 2001 From: Luca Burelli Date: Fri, 25 Oct 2024 17:14:40 +0200 Subject: [PATCH] tests/subsys/llext: Remove llext.simple.readonly_fs_loader The fs_loader test is always executed in the main test source when CONFIG_FILE_SYSTEM is set, and this is in turn enabled by per-board config overlays. So there is no point in having a separate test case: it is simply a duplicate of the "readonly" test. Signed-off-by: Luca Burelli --- tests/subsys/llext/simple/testcase.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/subsys/llext/simple/testcase.yaml b/tests/subsys/llext/simple/testcase.yaml index 334ad8bf4b3..b3c06bca766 100644 --- a/tests/subsys/llext/simple/testcase.yaml +++ b/tests/subsys/llext/simple/testcase.yaml @@ -48,14 +48,6 @@ tests: extra_configs: - CONFIG_USERSPACE=y - CONFIG_LLEXT_STORAGE_WRITABLE=n - llext.simple.readonly_fs_loader: - arch_allow: arm riscv # Xtensa needs writable storage - filter: not CONFIG_MPU and not CONFIG_MMU and not CONFIG_SOC_SERIES_S32ZE - extra_configs: - - arch:arm:CONFIG_ARM_MPU=n - - arch:arm:CONFIG_ARM_AARCH32_MMU=n - - arch:riscv:CONFIG_RISCV_PMP=n - - CONFIG_LLEXT_STORAGE_WRITABLE=n llext.simple.readonly_mmu: arch_allow: arm64 arm riscv filter: CONFIG_ARM_MMU