1common: 2 modules: 3 - littlefs 4 tags: 5 - logging 6 - backend 7 - filesystem 8 - fs 9 - littlefs 10tests: 11 logging.backend.fs.automounted: 12 platform_allow: 13 - native_posix 14 - native_posix_64 15 - nrf52840dk_nrf52840 16 - mr_canhubk3 17 integration_platforms: 18 - native_posix 19 logging.backend.fs.manualmounted.native_posix: 20 platform_allow: native_posix 21 extra_args: DTC_OVERLAY_FILE="./boards/native_posix.overlay;./boards/automount.overlay" 22 integration_platforms: 23 - native_posix 24 logging.backend.fs.manualmounted.native_posix_64: 25 platform_allow: native_posix_64 26 extra_args: DTC_OVERLAY_FILE="./boards/native_posix_64.overlay;./boards/automount.overlay" 27 integration_platforms: 28 - native_posix_64 29 logging.backend.fs.manualmounted.nrf5840dk: 30 platform_allow: nrf52840dk_nrf52840 31 extra_args: DTC_OVERLAY_FILE="./boards/nrf52840dk_nrf52840.overlay;./boards/automount.overlay" 32 integration_platforms: 33 - nrf52840dk_nrf52840 34 logging.backend.fs.manualmounted.mr_canhubk3: 35 platform_allow: mr_canhubk3 36 extra_args: DTC_OVERLAY_FILE="./boards/mr_canhubk3.overlay;./boards/automount.overlay" 37