1tests:
2  filesystem.fcb:
3    platform_allow:
4      - nrf52840dk/nrf52840
5      - nrf52dk/nrf52832
6      - nrf51dk/nrf51822
7      - native_sim
8      - native_sim/native/64
9      - mr_canhubk3
10    tags: flash_circural_buffer
11    integration_platforms:
12      - nrf52840dk/nrf52840
13  filesystem.fcb.no_erase:
14    platform_allow:
15      - nrf54l15dk/nrf54l15/cpuapp
16      - nrf54l20pdk/nrf54l20/cpuapp
17  filesystem.fcb.native_sim.no_erase:
18    extra_args: CONFIG_FLASH_SIMULATOR_EXPLICIT_ERASE=n
19    platform_allow: native_sim
20  filesystem.fcb.fixed_endmarker:
21    platform_allow:
22      - nrf52840dk/nrf52840
23      - nrf52dk/nrf52832
24      - nrf51dk/nrf51822
25      - native_sim
26      - native_sim/native/64
27      - mr_canhubk3
28    tags: flash_circural_buffer
29    integration_platforms:
30      - nrf52840dk/nrf52840
31    extra_args: CONFIG_FCB_ALLOW_FIXED_ENDMARKER=y
32  filesystem.fcb.native_sim.fcb_0x00:
33    extra_args: DTC_OVERLAY_FILE=boards/native_sim_ev_0x00.overlay
34    platform_allow: native_sim
35  filesystem.fcb.qemu_x86.fcb_0x00:
36    extra_args: DTC_OVERLAY_FILE=boards/qemu_x86_ev_0x00.overlay
37    platform_allow: qemu_x86
38