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