Lora samples are missing harnesses and hence are reported failed by default by twister. Add required harnesses to be able to detect correct and faulty test executions. Fixes #42159 Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
14 lines
329 B
YAML
14 lines
329 B
YAML
common:
|
|
tags: lora
|
|
sample:
|
|
description: Demonstration of LoRa Send functionality
|
|
name: LoRa Send Sample
|
|
tests:
|
|
sample.driver.lora.send:
|
|
platform_allow: 96b_wistrio rak4631_nrf52840 nucleo_wl55jc
|
|
harness: console
|
|
harness_config:
|
|
type: one_line
|
|
regex:
|
|
- "<inf> lora_send: Data sent!"
|