zephyr/tests/subsys/fs/littlefs/testcase.yaml
Peter Bigot c167c96eb9 tests: fs: littlefs: test both default and non-default parameters
The file cache allocation infrastructure changes if multiple file
systems are present with different configurations.  Make sure both
allocation schemes are tested.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2021-02-02 07:15:17 -05:00

13 lines
298 B
YAML

common:
tags: filesystem
platform_allow: nrf52840dk_nrf52840 native_posix native_posix_64
tests:
filesystem.littlefs.default:
timeout: 60
filesystem.littlefs.custom:
timeout: 180
extra_configs:
- CONFIG_APP_TEST_CUSTOM=y
- CONFIG_FS_LITTLEFS_FC_HEAP_SIZE=16384