1common: 2 tags: 3 - drivers 4 - flash 5tests: 6 drivers.flash.flash_simulator: 7 platform_allow: 8 - qemu_x86 9 - native_posix 10 - native_posix/native/64 11 - native_sim 12 - native_sim/native/64 13 - nucleo_f411re 14 integration_platforms: 15 - qemu_x86 16 drivers.flash.flash_simulator.ramlike: 17 extra_args: CONFIG_FLASH_SIMULATOR_EXPLICIT_ERASE=n 18 platform_allow: 19 - qemu_x86 20 - native_posix 21 - native_posix/native/64 22 - native_sim 23 - native_sim/native/64 24 - nucleo_f411re 25 integration_platforms: 26 - qemu_x86 27 drivers.flash.flash_simulator.qemu_erase_value_0x00: 28 extra_args: DTC_OVERLAY_FILE=boards/qemu_x86_ev_0x00.overlay 29 platform_allow: qemu_x86 30 integration_platforms: 31 - qemu_x86 32 drivers.flash.flash_simulator.native_erase_value_0x00: 33 extra_args: DTC_OVERLAY_FILE=boards/native_ev_0x00.overlay 34 platform_allow: 35 - native_posix 36 - native_sim 37 integration_platforms: 38 - native_sim 39 drivers.flash.flash_simulator.native_64_erase_value_0x00: 40 extra_args: DTC_OVERLAY_FILE=boards/native_64_ev_0x00.overlay 41 platform_allow: 42 - native_posix/native/64 43 - native_sim/native/64 44 integration_platforms: 45 - native_sim/native/64 46