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:
parent
b5785f3545
commit
f27d360d96
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue