Commit d33686fe authored by Luca Burelli's avatar Luca Burelli Committed by Dan Kalowsky
Browse files

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: default avatarLuca Burelli <l.burelli@arduino.cc>
parent c66dcd52
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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