tests: boot: test_mcuboot: Add test with asserts enabled

Chain-load images might behave differently comparing to the usual
standalone boot, as for example some peripheral initialization
might be done already.

Add an additional test with CONFIG_ASSERT=y as enabled asserts
could break up chain-loaded image.

Signed-off-by: Denis Mingulov <denis@mingulov.com>
This commit is contained in:
Denis Mingulov 2023-05-21 13:15:57 +03:00 committed by Carles Cufí
commit f27d360d96

View file

@ -19,3 +19,9 @@ tests:
integration_platforms: integration_platforms:
- frdm_k64f - frdm_k64f
- nrf52840dk_nrf52840 - nrf52840dk_nrf52840
boot.mcuboot.assert:
tags: mcuboot
platform_allow:
- b_u585i_iot02a
extra_configs:
- CONFIG_ASSERT=y