zephyr/tests/subsys/fs/littlefs/testcase.yaml
Dominik Ermel 9ea5aee810 tests/fs/littlefs: Allow tests to run on the nrf54l15pdk
The commit adds nrf54l15pdk/nrf54l15/cpuapp to list of allowed
platforms for default test configuration.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
2024-06-04 08:00:46 +02:00

24 lines
499 B
YAML

common:
tags:
- filesystem
- littlefs
platform_allow:
- nrf52840dk/nrf52840
- native_sim
- native_sim/native/64
- mimxrt1060_evk
- mr_canhubk3
integration_platforms:
- nrf52840dk/nrf52840
modules:
- littlefs
tests:
filesystem.littlefs.default:
timeout: 60
platform_allow: nrf54l15pdk/nrf54l15/cpuapp
filesystem.littlefs.custom:
timeout: 180
extra_configs:
- CONFIG_APP_TEST_CUSTOM=y
- CONFIG_FS_LITTLEFS_FC_HEAP_SIZE=16384