zephyr/tests/subsys/fs/zms/testcase.yaml
Riadh Ghaddab 004d6d6adc tests: fs: zms: add testsuite for ZMS storage
List of added tests :
- zms.test_delete
- zms.test_zms_cache_collission
- zms.test_zms_cache_gc
- zms.test_zms_cache_hash_quality
- zms.test_zms_cache_init
- zms.test_zms_corrupted_sector_close_operation
- zms.test_zms_corrupted_write
- zms.test_zms_full_sector
- zms.test_zms_gc
- zms.test_zms_gc_3sectors
- zms.test_zms_gc_corrupt_ate
- zms.test_zms_gc_corrupt_close_ate
- zms.test_zms_mount
- zms.test_zms_write

Signed-off-by: Riadh Ghaddab <rghaddab@baylibre.com>
2024-10-24 16:57:12 +01:00

29 lines
765 B
YAML

common:
tags: zms
tests:
filesystem.zms:
platform_allow:
- qemu_x86
filesystem.zms.0x00:
extra_args: DTC_OVERLAY_FILE=boards/qemu_x86_ev_0x00.overlay
platform_allow: qemu_x86
filesystem.zms.sim.no_erase:
extra_args: CONFIG_FLASH_SIMULATOR_EXPLICIT_ERASE=n
platform_allow: qemu_x86
filesystem.zms.sim.corrupt_close:
extra_args:
- CONFIG_FLASH_SIMULATOR_EXPLICIT_ERASE=y
- CONFIG_FLASH_SIMULATOR_DOUBLE_WRITES=y
platform_allow: qemu_x86
filesystem.zms.cache:
extra_args:
- CONFIG_ZMS_LOOKUP_CACHE=y
- CONFIG_ZMS_LOOKUP_CACHE_SIZE=64
platform_allow: native_sim
filesystem.zms.data_crc:
extra_args:
- CONFIG_ZMS_DATA_CRC=y
platform_allow:
- native_sim
- qemu_x86