1sample:
2  description: Demonstration of LoRaWAN Firmware Upgrade Over The Air
3  name: LoRaWAN FUOTA
4common:
5  depends_on: lora
6  tags: lorawan
7  filter: dt_label_with_parent_compat_enabled("slot0_partition", "fixed-partitions")
8    and dt_label_with_parent_compat_enabled("slot1_partition", "fixed-partitions")
9    and dt_chosen_enabled("zephyr,flash-controller") and CONFIG_FLASH_HAS_DRIVER_ENABLED
10  harness: console
11  harness_config:
12    type: one_line
13    regex:
14      - "<inf> lorawan_fuota: Joining network over OTAA"
15tests:
16  sample.lorawan.fuota:
17    integration_platforms:
18      - nucleo_wl55jc
19    # only allow selected boards which are known to have sufficient RAM for the given settings
20    platform_allow:
21      - nucleo_wl55jc
22