samples: lora: remove platform_allow

The twister docs specify that `platform_allow` should only be used
if applications can only possibly run on the specified platforms. This
is not the case for these applications, which should be able to run on
any board with LoRa support.

Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
This commit is contained in:
Jordan Yates 2022-09-29 12:21:16 +10:00 committed by Fabio Baltieri
parent 21ba1e9af0
commit 58b65082c2
3 changed files with 3 additions and 3 deletions

View file

@ -1,11 +1,11 @@
common:
tags: lora
depends_on: 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

View file

@ -1,11 +1,11 @@
common:
tags: lora
depends_on: 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

View file

@ -1,6 +1,6 @@
common:
tags: lorawan
platform_allow: 96b_wistrio nucleo_wl55jc
depends_on: lora
harness: console
harness_config:
type: one_line