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:
parent
6d192e50cf
commit
6892d3c0bc
|
@ -15,6 +15,7 @@ tests:
|
|||
sample.bluetooth.broadcast_audio_sink.bt_ll_sw_split:
|
||||
harness: bluetooth
|
||||
platform_allow: >
|
||||
nrf52_bsim
|
||||
nrf52833dk_nrf52820
|
||||
nrf52833dk_nrf52833
|
||||
integration_platforms:
|
||||
|
|
|
@ -15,6 +15,7 @@ tests:
|
|||
sample.bluetooth.broadcast_audio_sink.bt_ll_sw_split:
|
||||
harness: bluetooth
|
||||
platform_allow: >
|
||||
nrf52_bsim
|
||||
nrf52833dk_nrf52820
|
||||
nrf52833dk_nrf52833
|
||||
integration_platforms:
|
||||
|
|
Loading…
Reference in a new issue