Add an integration platform to the LoRa samples so that changes to these applications are checked in the PR CI. Signed-off-by: Jordan Yates <jordan@embeint.com>
16 lines
328 B
YAML
16 lines
328 B
YAML
common:
|
|
tags: lora
|
|
depends_on: lora
|
|
sample:
|
|
description: Demonstration of LoRa Send functionality
|
|
name: LoRa Send Sample
|
|
tests:
|
|
sample.driver.lora.send:
|
|
harness: console
|
|
harness_config:
|
|
type: one_line
|
|
regex:
|
|
- "<inf> lora_send: Data sent!"
|
|
integration_platforms:
|
|
- b_l072z_lrwan1
|