1common: 2 tags: nvs 3tests: 4 filesystem.nvs: 5 platform_allow: 6 - qemu_x86 7 - mps2/an385 8 filesystem.nvs.0x00: 9 extra_args: DTC_OVERLAY_FILE=boards/qemu_x86_ev_0x00.overlay 10 platform_allow: qemu_x86 11 filesystem.nvs.sim.no_erase: 12 extra_args: CONFIG_FLASH_SIMULATOR_EXPLICIT_ERASE=n 13 platform_allow: qemu_x86 14 filesystem.nvs.cache: 15 extra_args: 16 - CONFIG_NVS_LOOKUP_CACHE=y 17 - CONFIG_NVS_LOOKUP_CACHE_SIZE=64 18 platform_allow: native_sim 19 filesystem.nvs.data_crc: 20 extra_args: 21 - CONFIG_NVS_DATA_CRC=y 22 platform_allow: 23 - native_sim 24 - qemu_x86 25 filesystem.nvs.data_crc_cache: 26 extra_args: 27 - CONFIG_NVS_DATA_CRC=y 28 - CONFIG_NVS_LOOKUP_CACHE=y 29 - CONFIG_NVS_LOOKUP_CACHE_SIZE=64 30 platform_allow: native_sim 31