test: test_mcuboot: enable test on NXP MCUX platforms
NXP MCUX has no issue with #58080, so enable tests for NXP Signed-off-by: Hake Huang <hake.huang@oss.nxp.com>
This commit is contained in:
parent
e9ecc83eea
commit
d05e274735
1 changed files with 8 additions and 1 deletions
|
@ -12,10 +12,17 @@ common:
|
||||||
tests:
|
tests:
|
||||||
bootloader.mcuboot:
|
bootloader.mcuboot:
|
||||||
tags: mcuboot
|
tags: mcuboot
|
||||||
skip: true # disabled due to issue #58080
|
|
||||||
platform_allow:
|
platform_allow:
|
||||||
- frdm_k64f
|
- frdm_k64f
|
||||||
|
- mimxrt1020_evk
|
||||||
|
- mimxrt1024_evk
|
||||||
|
- mimxrt1050_evk
|
||||||
- mimxrt1060_evk
|
- mimxrt1060_evk
|
||||||
|
- mimxrt1064_evk
|
||||||
|
- mimxrt1160_evk_cm7
|
||||||
|
- mimxrt1170_evk_cm7
|
||||||
|
- mimxrt595_evk_cm33
|
||||||
|
- mimxrt685_evk_cm33
|
||||||
- nrf52840dk_nrf52840
|
- nrf52840dk_nrf52840
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- frdm_k64f
|
- frdm_k64f
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue