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 <piotr.pryga@nordicsemi.no>
This commit is contained in:
parent
ec16d571ff
commit
f7f6a5544b
4 changed files with 4 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue