From f7f6a5544b5773333f5e1d5fec30c3603bdf0245 Mon Sep 17 00:00:00 2001 From: Piotr Pryga Date: Wed, 9 Mar 2022 14:41:05 +0100 Subject: [PATCH] samples: Bluetooth: df: Add missing harness to DF sample.yaml Some build configurations in direction finding samples sample.yaml didn't have harness=bluetooth. That enables these configurationsto be be executed on hardware by CI. Those runs end causing CI failures. Signed-off-by: Piotr Pryga --- samples/bluetooth/direction_finding_central/sample.yaml | 2 +- .../bluetooth/direction_finding_connectionless_rx/sample.yaml | 1 + .../bluetooth/direction_finding_connectionless_tx/sample.yaml | 1 + samples/bluetooth/direction_finding_peripheral/sample.yaml | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/samples/bluetooth/direction_finding_central/sample.yaml b/samples/bluetooth/direction_finding_central/sample.yaml index 24b0644d492..838a58bd4d2 100644 --- a/samples/bluetooth/direction_finding_central/sample.yaml +++ b/samples/bluetooth/direction_finding_central/sample.yaml @@ -11,8 +11,8 @@ tests: - nrf52833dk_nrf52820 - nrf5340dk_nrf5340_cpuapp sample.bluetooth.direction_finding_connectionless_rx.aod: - extra_args: OVERLAY_CONFIG="overlay-aod.conf" harness: bluetooth + extra_args: OVERLAY_CONFIG="overlay-aod.conf" platform_allow: nrf52833dk_nrf52833 nrf52833dk_nrf52820 nrf5340dk_nrf5340_cpuapp tags: bluetooth integration_platforms: diff --git a/samples/bluetooth/direction_finding_connectionless_rx/sample.yaml b/samples/bluetooth/direction_finding_connectionless_rx/sample.yaml index f2c751b5f7a..11f40431d7d 100644 --- a/samples/bluetooth/direction_finding_connectionless_rx/sample.yaml +++ b/samples/bluetooth/direction_finding_connectionless_rx/sample.yaml @@ -10,6 +10,7 @@ tests: - nrf52833dk_nrf52820 - nrf5340dk_nrf5340_cpuapp sample.bluetooth.direction_finding_connectionless_rx.aod: + harness: bluetooth extra_args: OVERLAY_CONFIG="overlay-aod.conf" platform_allow: nrf52833dk_nrf52833 nrf52833dk_nrf52820 nrf5340dk_nrf5340_cpuapp integration_platforms: diff --git a/samples/bluetooth/direction_finding_connectionless_tx/sample.yaml b/samples/bluetooth/direction_finding_connectionless_tx/sample.yaml index 03672a1465d..f6783822d24 100644 --- a/samples/bluetooth/direction_finding_connectionless_tx/sample.yaml +++ b/samples/bluetooth/direction_finding_connectionless_tx/sample.yaml @@ -10,6 +10,7 @@ tests: - nrf52833dk_nrf52820 - nrf5340dk_nrf5340_cpuapp sample.bluetooth.direction_finding_connectionless.aoa: + harness: bluetooth extra_args: OVERLAY_CONFIG="overlay-aoa.conf" platform_allow: nrf52833dk_nrf52833 nrf52833dk_nrf52820 nrf5340dk_nrf5340_cpuapp integration_platforms: diff --git a/samples/bluetooth/direction_finding_peripheral/sample.yaml b/samples/bluetooth/direction_finding_peripheral/sample.yaml index ed548760865..477c28c2d56 100644 --- a/samples/bluetooth/direction_finding_peripheral/sample.yaml +++ b/samples/bluetooth/direction_finding_peripheral/sample.yaml @@ -11,8 +11,8 @@ tests: - nrf52833dk_nrf52820 - nrf5340dk_nrf5340_cpuapp sample.bluetooth.direction_finding_connectionless_rx.aod: - extra_args: OVERLAY_CONFIG="overlay-aoa.conf" harness: bluetooth + extra_args: OVERLAY_CONFIG="overlay-aoa.conf" platform_allow: nrf52833dk_nrf52833 nrf52833dk_nrf52820 nrf5340dk_nrf5340_cpuapp tags: bluetooth integration_platforms: