1common:
2  modules:
3    - littlefs
4  tags:
5    - logging
6    - backend
7    - filesystem
8    - fs
9    - littlefs
10  platform_allow:
11    - native_sim
12    - native_sim/native/64
13    - nrf52840dk/nrf52840
14    - mr_canhubk3
15  integration_platforms:
16    - native_sim
17tests:
18  logging.backend.fs.automounted: {}
19  logging.backend.fs.manualmounted:
20    extra_args: EXTRA_DTC_OVERLAY_FILE="automount.overlay"
21