1common:
2  tags: lora
3  depends_on: lora
4  harness: console
5  harness_config:
6    type: one_line
7    regex:
8      - "<inf> lora_send: Data sent 0!"
9sample:
10  description: Demonstration of LoRa Send functionality
11  name: LoRa Send Sample
12tests:
13  sample.driver.lora.send:
14    integration_platforms:
15      - b_l072z_lrwan1
16  sample.driver.lora.send.lbm:
17    filter: dt_compat_enabled("semtech,sx1261") or
18      dt_compat_enabled("semtech,sx1262") or
19      dt_compat_enabled("semtech,sx1272") or
20      dt_compat_enabled("semtech,sx1276")
21    integration_platforms:
22      - b_l072z_lrwan1
23      - rak11720
24    extra_configs:
25      - CONFIG_LORA_MODULE_BACKEND_LORA_BASICS_MODEM=y
26