tests: boot: test_mcuboot: Add mcuboot log level
Added logging of MCUboot messages to fix twister test scenario. Signed-off-by: Grzegorz Chwierut <grzegorz.chwierut@nordicsemi.no>
This commit is contained in:
parent
532bd562fa
commit
482c94819f
3 changed files with 4 additions and 1 deletions
|
@ -629,6 +629,7 @@ flagged.
|
|||
# for example, if you are using GCC.
|
||||
"MCUBOOT_LOG_LEVEL_WRN", # Used in example adjusting MCUboot
|
||||
# config,
|
||||
"MCUBOOT_LOG_LEVEL_INF",
|
||||
"MCUBOOT_DOWNGRADE_PREVENTION", # but symbols are defined in MCUboot
|
||||
# itself.
|
||||
"MISSING",
|
||||
|
|
1
tests/boot/test_mcuboot/sysbuild/mcuboot.conf
Normal file
1
tests/boot/test_mcuboot/sysbuild/mcuboot.conf
Normal file
|
@ -0,0 +1 @@
|
|||
CONFIG_MCUBOOT_LOG_LEVEL_INF=y
|
|
@ -12,6 +12,7 @@ common:
|
|||
tests:
|
||||
boot.mcuboot:
|
||||
tags: mcuboot
|
||||
platform_allow: frdm_k64f mimxrt1060_evk
|
||||
platform_allow: frdm_k64f mimxrt1060_evk nrf52840dk_nrf52840
|
||||
integration_platforms:
|
||||
- frdm_k64f
|
||||
- nrf52840dk_nrf52840
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue