Skip to content

Commit 9e83e15

Browse files
committed
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 <[email protected]>
1 parent 18fb3f9 commit 9e83e15

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/subsys/llext/simple/testcase.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,6 @@ tests:
4848
extra_configs:
4949
- CONFIG_USERSPACE=y
5050
- CONFIG_LLEXT_STORAGE_WRITABLE=n
51-
llext.simple.readonly_fs_loader:
52-
arch_allow: arm riscv # Xtensa needs writable storage
53-
filter: not CONFIG_MPU and not CONFIG_MMU and not CONFIG_SOC_SERIES_S32ZE
54-
extra_configs:
55-
- arch:arm:CONFIG_ARM_MPU=n
56-
- arch:arm:CONFIG_ARM_AARCH32_MMU=n
57-
- arch:riscv:CONFIG_RISCV_PMP=n
58-
- CONFIG_LLEXT_STORAGE_WRITABLE=n
5951
llext.simple.readonly_mmu:
6052
arch_allow: arm64 arm riscv
6153
filter: CONFIG_ARM_MMU

0 commit comments

Comments
 (0)