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:
Hake Huang 2023-10-23 18:05:16 +08:00 committed by Carles Cufí
commit d05e274735

View file

@ -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