From 1e4027aa7cc91e1d65c35ac0bd4b48f7ef7e6643 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Thu, 17 Mar 2022 11:17:23 -0400 Subject: [PATCH] samples: prefix should be sample, not samples convention is to start sample identifiers with sample. Signed-off-by: Anas Nashif --- samples/bluetooth/iso_broadcast_benchmark/sample.yaml | 2 +- samples/bluetooth/iso_connected_benchmark/sample.yaml | 2 +- samples/net/openthread/coprocessor/sample.yaml | 2 +- samples/subsys/lorawan/class_a/sample.yaml | 8 ++++---- samples/subsys/mgmt/hawkbit/sample.yaml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/samples/bluetooth/iso_broadcast_benchmark/sample.yaml b/samples/bluetooth/iso_broadcast_benchmark/sample.yaml index db0df2ffca6..5506caca483 100644 --- a/samples/bluetooth/iso_broadcast_benchmark/sample.yaml +++ b/samples/bluetooth/iso_broadcast_benchmark/sample.yaml @@ -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 diff --git a/samples/bluetooth/iso_connected_benchmark/sample.yaml b/samples/bluetooth/iso_connected_benchmark/sample.yaml index 490f9368dae..f72ba5e3f00 100644 --- a/samples/bluetooth/iso_connected_benchmark/sample.yaml +++ b/samples/bluetooth/iso_connected_benchmark/sample.yaml @@ -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 diff --git a/samples/net/openthread/coprocessor/sample.yaml b/samples/net/openthread/coprocessor/sample.yaml index 76414ab5aaf..8a0189d2fb6 100644 --- a/samples/net/openthread/coprocessor/sample.yaml +++ b/samples/net/openthread/coprocessor/sample.yaml @@ -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 diff --git a/samples/subsys/lorawan/class_a/sample.yaml b/samples/subsys/lorawan/class_a/sample.yaml index 52e89eb9f98..68672d52d65 100644 --- a/samples/subsys/lorawan/class_a/sample.yaml +++ b/samples/subsys/lorawan/class_a/sample.yaml @@ -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: - " lorawan_class_a: Joining network over OTAA" diff --git a/samples/subsys/mgmt/hawkbit/sample.yaml b/samples/subsys/mgmt/hawkbit/sample.yaml index 7054eb67179..c017f7a463c 100644 --- a/samples/subsys/mgmt/hawkbit/sample.yaml +++ b/samples/subsys/mgmt/hawkbit/sample.yaml @@ -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