tests: Update board names for hwmv2
Updates tests that use board names which have changed with boards v2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
committed by
Carles Cufi
parent
2834883843
commit
bc16a7a727
@@ -10,8 +10,8 @@ tests:
|
||||
integration_platforms:
|
||||
- qemu_cortex_m3
|
||||
tags: bluetooth
|
||||
sample.bluetooth.peripheral_hr_rv32m1_vega_ri5cy:
|
||||
platform_allow: rv32m1_vega_ri5cy
|
||||
sample.bluetooth.peripheral_hr_rv32m1_vega_openisa_rv32m1_ri5cy:
|
||||
platform_allow: rv32m1_vega/openisa_rv32m1/ri5cy
|
||||
tags: bluetooth
|
||||
build_only: true
|
||||
sample.bluetooth.peripheral_hr.frdm_kw41z_shield:
|
||||
|
||||
@@ -13,7 +13,7 @@ set(REMOTE_ZEPHYR_DIR ${CMAKE_CURRENT_BINARY_DIR}/../remote/zephyr)
|
||||
|
||||
if(("${BOARD}" STREQUAL "nrf5340dk") OR
|
||||
("${BOARD}" STREQUAL "nrf5340bsim_nrf5340_cpuapp") OR
|
||||
("${BOARD}" STREQUAL "adp_xc7k_ae350") OR
|
||||
("${BOARD}" STREQUAL "adp_xc7k") OR
|
||||
("${BOARD}" STREQUAL "mimxrt1170_evkb_cm7") OR
|
||||
("${BOARD}" STREQUAL "mimxrt1170_evk_cm7") OR
|
||||
("${BOARD}" STREQUAL "mimxrt1160_evk_cm7") OR
|
||||
|
||||
@@ -9,7 +9,7 @@ config REMOTE_BOARD
|
||||
string
|
||||
default "nrf5340dk/nrf5340/cpunet" if $(BOARD) = "nrf5340dk"
|
||||
default "nrf5340bsim_nrf5340_cpunet" if $(BOARD) = "nrf5340bsim_nrf5340_cpuapp"
|
||||
default "adp_xc7k_ae350" if $(BOARD) = "adp_xc7k_ae350"
|
||||
default "adp_xc7k/ae350" if $(BOARD) = "adp_xc7k"
|
||||
default "mimxrt1170_evkb_cm4" if $(BOARD) = "mimxrt1170_evkb_cm7"
|
||||
default "mimxrt1170_evk_cm4" if $(BOARD) = "mimxrt1170_evk_cm7"
|
||||
default "mimxrt1160_evk_cm4" if $(BOARD) = "mimxrt1160_evk_cm7"
|
||||
|
||||
@@ -15,7 +15,7 @@ if(("${BOARD}" STREQUAL "nrf5340dk") OR
|
||||
("${BOARD}" STREQUAL "mimxrt1170_evk_cm4") OR
|
||||
("${BOARD}" STREQUAL "mimxrt1160_evk_cm4") OR
|
||||
("${BOARD}" STREQUAL "lpcxpresso55s69_cpu1") OR
|
||||
("${BOARD}" STREQUAL "adp_xc7k_ae350"))
|
||||
("${BOARD}" STREQUAL "adp_xc7k"))
|
||||
message(STATUS "${BOARD} compile as remote in this sample")
|
||||
else()
|
||||
message(FATAL_ERROR "${BOARD} is not supported for this sample")
|
||||
|
||||
@@ -7,7 +7,7 @@ tests:
|
||||
sample.drivers.mbox.real_hw:
|
||||
platform_allow:
|
||||
- nrf5340dk/nrf5340/cpuapp
|
||||
- adp_xc7k_ae350
|
||||
- adp_xc7k/ae350
|
||||
- mimxrt1170_evkb_cm7
|
||||
- mimxrt1170_evk_cm7
|
||||
- mimxrt1160_evk_cm7
|
||||
|
||||
@@ -13,7 +13,7 @@ tests:
|
||||
- hexiwear_k64
|
||||
- warp7_m4
|
||||
- frdm_kw41z
|
||||
- rv32m1_vega_ri5cy
|
||||
- rv32m1_vega/openisa_rv32m1/ri5cy
|
||||
- twr_ke18f
|
||||
- lpcxpresso55s16
|
||||
- mimxrt685_evk_cm33
|
||||
|
||||
@@ -79,12 +79,12 @@ tests:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf52dk/nrf52832
|
||||
- nrf51dk/nrf51422
|
||||
- rv32m1_vega_ri5cy
|
||||
- rv32m1_vega/openisa_rv32m1/ri5cy
|
||||
integration_platforms:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf52dk/nrf52832
|
||||
- nrf51dk/nrf51422
|
||||
- rv32m1_vega_ri5cy
|
||||
- rv32m1_vega/openisa_rv32m1/ri5cy
|
||||
bluetooth.init.test_ctlr_4_0:
|
||||
extra_args: CONF_FILE=prj_ctlr_4_0.conf
|
||||
platform_allow:
|
||||
@@ -160,54 +160,54 @@ tests:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf52dk/nrf52832
|
||||
- nrf51dk/nrf51422
|
||||
- rv32m1_vega_ri5cy
|
||||
- rv32m1_vega/openisa_rv32m1/ri5cy
|
||||
bluetooth.init.test_ctlr_peripheral:
|
||||
extra_args: CONF_FILE=prj_ctlr_peripheral.conf
|
||||
platform_allow:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf52dk/nrf52832
|
||||
- nrf51dk/nrf51422
|
||||
- rv32m1_vega_ri5cy
|
||||
- rv32m1_vega/openisa_rv32m1/ri5cy
|
||||
bluetooth.init.test_ctlr_peripheral_priv:
|
||||
extra_args: CONF_FILE=prj_ctlr_peripheral_priv.conf
|
||||
platform_allow:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf52dk/nrf52832
|
||||
- nrf51dk/nrf51422
|
||||
- rv32m1_vega_ri5cy
|
||||
- rv32m1_vega/openisa_rv32m1/ri5cy
|
||||
bluetooth.init.test_ctlr_observer:
|
||||
extra_args: CONF_FILE=prj_ctlr_observer.conf
|
||||
platform_allow:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf52dk/nrf52832
|
||||
- nrf51dk/nrf51422
|
||||
- rv32m1_vega_ri5cy
|
||||
- rv32m1_vega/openisa_rv32m1/ri5cy
|
||||
integration_platforms:
|
||||
- nrf52dk/nrf52832
|
||||
- nrf51dk/nrf51422
|
||||
- rv32m1_vega_ri5cy
|
||||
- rv32m1_vega/openisa_rv32m1/ri5cy
|
||||
bluetooth.init.test_ctlr_central:
|
||||
extra_args: CONF_FILE=prj_ctlr_central.conf
|
||||
platform_allow:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf52dk/nrf52832
|
||||
- nrf51dk/nrf51422
|
||||
- rv32m1_vega_ri5cy
|
||||
- rv32m1_vega/openisa_rv32m1/ri5cy
|
||||
integration_platforms:
|
||||
- nrf52dk/nrf52832
|
||||
- nrf51dk/nrf51422
|
||||
- rv32m1_vega_ri5cy
|
||||
- rv32m1_vega/openisa_rv32m1/ri5cy
|
||||
bluetooth.init.test_ctlr_central_priv:
|
||||
extra_args: CONF_FILE=prj_ctlr_central_priv.conf
|
||||
platform_allow:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf52dk/nrf52832
|
||||
- nrf51dk/nrf51422
|
||||
- rv32m1_vega_ri5cy
|
||||
- rv32m1_vega/openisa_rv32m1/ri5cy
|
||||
integration_platforms:
|
||||
- nrf52dk/nrf52832
|
||||
- nrf51dk/nrf51422
|
||||
- rv32m1_vega_ri5cy
|
||||
- rv32m1_vega/openisa_rv32m1/ri5cy
|
||||
bluetooth.init.test_ctlr_broadcaster_ext:
|
||||
extra_args: CONF_FILE=prj_ctlr_broadcaster_ext.conf
|
||||
platform_allow:
|
||||
@@ -336,14 +336,14 @@ tests:
|
||||
platform_allow:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf52dk/nrf52832
|
||||
- rv32m1_vega_ri5cy
|
||||
- rv32m1_vega/openisa_rv32m1/ri5cy
|
||||
integration_platforms:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf52dk/nrf52832
|
||||
- rv32m1_vega_ri5cy
|
||||
- rv32m1_vega/openisa_rv32m1/ri5cy
|
||||
bluetooth.init.test_config_bt_recv_workq_bt:
|
||||
extra_args:
|
||||
- CONF_FILE=prj_ctlr.conf
|
||||
- CONFIG_BT_RECV_WORKQ_BT=y
|
||||
platform_allow:
|
||||
- nrf52840dk_nrf52840
|
||||
- nrf52840dk/nrf52840
|
||||
|
||||
@@ -25,7 +25,7 @@ tests:
|
||||
drivers.pwm.mcux.sctimer.build:
|
||||
platform_allow: mimxrt685_evk_cm33
|
||||
drivers.pwm.rv32m1.tpm.build:
|
||||
platform_allow: rv32m1_vega_ri5cy
|
||||
platform_allow: rv32m1_vega/openisa_rv32m1/ri5cy
|
||||
drivers.pwm.sifive.build:
|
||||
platform_allow: hifive1_revb
|
||||
drivers.pwm.npcx.build:
|
||||
|
||||
4
tests/kernel/cache/testcase.yaml
vendored
4
tests/kernel/cache/testcase.yaml
vendored
@@ -5,7 +5,7 @@ tests:
|
||||
- cache
|
||||
filter: CONFIG_CACHE_MANAGEMENT
|
||||
platform_exclude:
|
||||
- adp_xc7k_ae350
|
||||
- adp_xc7k/ae350
|
||||
- bcm958402m2/bcm58402/m7
|
||||
- bcm958401m2
|
||||
integration_platforms:
|
||||
@@ -21,7 +21,7 @@ tests:
|
||||
- libc
|
||||
filter: CONFIG_CACHE_MANAGEMENT and CONFIG_MINIMAL_LIBC_SUPPORTED
|
||||
platform_exclude:
|
||||
- adp_xc7k_ae350
|
||||
- adp_xc7k/ae350
|
||||
- bcm958402m2/bcm58402/m7
|
||||
- bcm958401m2
|
||||
integration_platforms:
|
||||
|
||||
@@ -70,7 +70,7 @@ tests:
|
||||
arch_allow: riscv
|
||||
platform_exclude:
|
||||
- m2gl025_miv
|
||||
- adp_xc7k_ae350
|
||||
- adp_xc7k/ae350
|
||||
filter: CONFIG_RISCV_PRIVILEGED
|
||||
extra_configs:
|
||||
- CONFIG_GEN_IRQ_VECTOR_TABLE=y
|
||||
|
||||
@@ -4,8 +4,8 @@ tests:
|
||||
platform_exclude:
|
||||
- em_starterkit
|
||||
- litex_vexriscv
|
||||
- rv32m1_vega_zero_riscy
|
||||
- rv32m1_vega_ri5cy
|
||||
- rv32m1_vega/openisa_rv32m1/zero_riscy
|
||||
- rv32m1_vega/openisa_rv32m1/ri5cy
|
||||
- nrf5340dk/nrf5340/cpunet
|
||||
tags:
|
||||
- kernel
|
||||
|
||||
@@ -5,9 +5,10 @@ tests:
|
||||
# consistently when coverage is enabled. Disable until 14173 is fixed.
|
||||
platform_exclude:
|
||||
- litex_vexriscv
|
||||
- rv32m1_vega_zero_riscy
|
||||
- rv32m1_vega_ri5cy
|
||||
- rv32m1_vega/openisa_rv32m1/zero_riscy
|
||||
- rv32m1_vega/openisa_rv32m1/ri5cy
|
||||
- nrf5340dk/nrf5340/cpunet
|
||||
- nrf5340dk_nrf5340_cpunet
|
||||
- nucleo_l073rz
|
||||
tags:
|
||||
- kernel
|
||||
|
||||
@@ -11,8 +11,8 @@ tests:
|
||||
- posix
|
||||
platform_exclude:
|
||||
- litex_vexriscv
|
||||
- rv32m1_vega_zero_riscy
|
||||
- rv32m1_vega_ri5cy
|
||||
- rv32m1_vega/openisa_rv32m1/zero_riscy
|
||||
- rv32m1_vega/openisa_rv32m1/ri5cy
|
||||
- nrf5340dk/nrf5340/cpunet
|
||||
tags:
|
||||
- kernel
|
||||
|
||||
Reference in New Issue
Block a user