samples: tests: Create dedicated test section for rd_rw612_bga
Monolithic build is enabled by default and it requires the presence of the binary blobs. CI will fail since it doesn't fetch them to the environment. To avoid this monolithic for BT app is disabled. Signed-off-by: Yassine El Aissaoui <yassine.elaissaoui@nxp.com>
This commit is contained in:
parent
bb6669418a
commit
ffa3f168ec
3 changed files with 21 additions and 4 deletions
|
@ -8,8 +8,13 @@ tests:
|
||||||
- qemu_x86
|
- qemu_x86
|
||||||
- nrf51dk/nrf51822
|
- nrf51dk/nrf51822
|
||||||
- nrf52dk/nrf52832
|
- nrf52dk/nrf52832
|
||||||
- rd_rw612_bga
|
|
||||||
tags: bluetooth
|
tags: bluetooth
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- qemu_cortex_m3
|
- qemu_cortex_m3
|
||||||
|
sample.bluetooth.central_ht.nxp:
|
||||||
|
# Disabling monolithic since CI environment doesn't use blobs
|
||||||
|
harness: bluetooth
|
||||||
|
platform_allow:
|
||||||
- rd_rw612_bga
|
- rd_rw612_bga
|
||||||
|
extra_configs:
|
||||||
|
- CONFIG_NXP_MONOLITHIC_BT=n
|
||||||
|
|
|
@ -9,11 +9,9 @@ tests:
|
||||||
- qemu_x86
|
- qemu_x86
|
||||||
- nrf51dk/nrf51822
|
- nrf51dk/nrf51822
|
||||||
- nrf52dk/nrf52832
|
- nrf52dk/nrf52832
|
||||||
- rd_rw612_bga
|
|
||||||
tags: bluetooth
|
tags: bluetooth
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- qemu_cortex_m3
|
- qemu_cortex_m3
|
||||||
- rd_rw612_bga
|
|
||||||
sample.bluetooth.peripheral_ht.frdm_kw41z_shield:
|
sample.bluetooth.peripheral_ht.frdm_kw41z_shield:
|
||||||
harness: bluetooth
|
harness: bluetooth
|
||||||
platform_allow:
|
platform_allow:
|
||||||
|
@ -25,3 +23,10 @@ tests:
|
||||||
extra_args: SHIELD=frdm_kw41z
|
extra_args: SHIELD=frdm_kw41z
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- mimxrt1020_evk
|
- mimxrt1020_evk
|
||||||
|
sample.bluetooth.peripheral_ht.nxp:
|
||||||
|
# Disabling monolithic since CI environment doesn't use blobs
|
||||||
|
harness: bluetooth
|
||||||
|
platform_allow:
|
||||||
|
- rd_rw612_bga
|
||||||
|
extra_configs:
|
||||||
|
- CONFIG_NXP_MONOLITHIC_BT=n
|
||||||
|
|
|
@ -6,9 +6,16 @@ tests:
|
||||||
- native_posix
|
- native_posix
|
||||||
- native_sim
|
- native_sim
|
||||||
- nrf52840dk/nrf52840
|
- nrf52840dk/nrf52840
|
||||||
- rd_rw612_bga
|
|
||||||
tags: bluetooth
|
tags: bluetooth
|
||||||
harness: bluetooth
|
harness: bluetooth
|
||||||
|
bluetooth.general.tester.nxp:
|
||||||
|
# Disabling monolithic since CI environment doesn't use blobs
|
||||||
|
build_only: true
|
||||||
|
harness: bluetooth
|
||||||
|
platform_allow:
|
||||||
|
- rd_rw612_bga
|
||||||
|
extra_configs:
|
||||||
|
- CONFIG_NXP_MONOLITHIC_BT=n
|
||||||
bluetooth.general.tester_le_audio:
|
bluetooth.general.tester_le_audio:
|
||||||
build_only: true
|
build_only: true
|
||||||
platform_allow:
|
platform_allow:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue