Sample: Bluetooth: fix broadcast audio source sink conf file

The platform nrf52_bsim was specified as an integration platform,
but was missing from the allow list.
This commit adds this platform to the allow list.

Signed-off-by: Andries Kruithof <andries.kruithof@nordicsemi.no>
This commit is contained in:
Andries Kruithof 2023-04-13 15:40:55 +02:00 committed by Carles Cufí
parent 6d192e50cf
commit 6892d3c0bc
2 changed files with 2 additions and 0 deletions

View file

@ -15,6 +15,7 @@ tests:
sample.bluetooth.broadcast_audio_sink.bt_ll_sw_split: sample.bluetooth.broadcast_audio_sink.bt_ll_sw_split:
harness: bluetooth harness: bluetooth
platform_allow: > platform_allow: >
nrf52_bsim
nrf52833dk_nrf52820 nrf52833dk_nrf52820
nrf52833dk_nrf52833 nrf52833dk_nrf52833
integration_platforms: integration_platforms:

View file

@ -15,6 +15,7 @@ tests:
sample.bluetooth.broadcast_audio_sink.bt_ll_sw_split: sample.bluetooth.broadcast_audio_sink.bt_ll_sw_split:
harness: bluetooth harness: bluetooth
platform_allow: > platform_allow: >
nrf52_bsim
nrf52833dk_nrf52820 nrf52833dk_nrf52820
nrf52833dk_nrf52833 nrf52833dk_nrf52833
integration_platforms: integration_platforms: