zephyr/tests/subsys/fs/nffs_fs_api/testcase.yaml

16 lines
360 B
YAML

tests:
test_basic:
platform_whitelist: qemu_x86
tags: nffs fs
test_cache:
extra_args: TEST=cache
extra_configs:
- CONFIG_FS_NFFS_NUM_CACHE_BLOCKS=64
- CONFIG_FS_NFFS_NUM_CACHE_INODES=4
platform_whitelist: qemu_x86
tags: nffs fs
test_large:
extra_args: TEST=large
platform_whitelist: qemu_x86
tags: nffs fs