samples: prefix should be sample, not samples
convention is to start sample identifiers with sample. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
97af0c8c33
commit
1e4027aa7c
5 changed files with 8 additions and 8 deletions
|
@ -2,7 +2,7 @@ sample:
|
|||
name: BLE ISO Broadcast
|
||||
description: Bluetooth Low Energy ISO Broadcast Benchmark sample
|
||||
tests:
|
||||
samples.bluetooth.iso_broadcast_benchmark:
|
||||
sample.bluetooth.iso_broadcast_benchmark:
|
||||
build_only: true
|
||||
platform_allow: nrf52840dk_nrf52840 nrf5340dk_nrf5340_cpuapp
|
||||
tags: bluetooth
|
||||
|
|
|
@ -2,7 +2,7 @@ sample:
|
|||
name: BLE ISO Connected
|
||||
description: Bluetooth Low Energy ISO Connected Benchmark sample
|
||||
tests:
|
||||
samples.bluetooth.iso_connected_benchmark:
|
||||
sample.bluetooth.iso_connected_benchmark:
|
||||
build_only: true
|
||||
platform_allow: nrf52840dk_nrf52840 nrf5340dk_nrf5340_cpuapp
|
||||
tags: bluetooth
|
||||
|
|
|
@ -17,7 +17,7 @@ tests:
|
|||
tags: ci_build
|
||||
extra_args: OVERLAY_CONFIG=overlay-usb-nrf-br.conf
|
||||
DTC_OVERLAY_FILE="usb.overlay"
|
||||
samples.openthread.coprocessor.rcp:
|
||||
sample.openthread.coprocessor.rcp:
|
||||
build_only: true
|
||||
platform_allow: nrf52840dk_nrf52840 nrf52833dk_nrf52833 tlsr9518adk80d
|
||||
tags: ci_build
|
||||
|
|
|
@ -4,10 +4,10 @@ sample:
|
|||
description: Demonstration of Class-A LoRaWAN functionality
|
||||
name: LoRaWAN Class-A
|
||||
tests:
|
||||
samples.lorawan.class_a:
|
||||
platform_allow: 96b_wistrio nucleo_wl55jc
|
||||
harness: console
|
||||
harness_config:
|
||||
sample.lorawan.class_a:
|
||||
platform_allow: 96b_wistrio nucleo_wl55jc
|
||||
harness: console
|
||||
harness_config:
|
||||
type: one_line
|
||||
regex:
|
||||
- "<inf> lorawan_class_a: Joining network over OTAA"
|
||||
|
|
|
@ -4,7 +4,7 @@ sample:
|
|||
description: Hawkbit Firmware Over-the-Air (FOTA)
|
||||
name: hawkbit
|
||||
tests:
|
||||
samples.net.hawkbit:
|
||||
sample.net.hawkbit:
|
||||
harness: net
|
||||
tags: net
|
||||
depends_on: netif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue