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
352 B
YAML
14 lines
352 B
YAML
common:
|
|
tags: lora
|
|
sample:
|
|
description: Demonstration of LoRa Receive functionality
|
|
name: LoRa Receive Sample
|
|
tests:
|
|
sample.driver.lora.receive:
|
|
platform_allow: 96b_wistrio rak4631_nrf52840 nucleo_wl55jc
|
|
harness: console
|
|
harness_config:
|
|
type: one_line
|
|
regex:
|
|
- "<inf> lora_receive: Synchronous reception"
|