tests: mcuboot: fix identifier: boot -> bootloader

Be consistent with other tests using bootloader.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2023-10-10 20:56:24 +00:00 committed by Johan Hedberg
commit 8c6a3dbe37
3 changed files with 5 additions and 5 deletions

View file

@ -6,7 +6,7 @@
common: common:
sysbuild: true sysbuild: true
tests: tests:
mcuboot.data.sharing: bootloader.mcuboot.data.sharing:
platform_allow: nrf52840dk_nrf52840 platform_allow: nrf52840dk_nrf52840
tags: tags:
- mcuboot - mcuboot

View file

@ -21,13 +21,13 @@ common:
- "Secondary image: magic" - "Secondary image: magic"
- "Boot source: none" - "Boot source: none"
tests: tests:
mcuboot.recovery.retention: bootloader.mcuboot.recovery.retention:
platform_allow: nrf52840dk_nrf52840 platform_allow: nrf52840dk_nrf52840
tags: tags:
- mcuboot - mcuboot
- sysbuild - sysbuild
- recovery - recovery
mcuboot.recovery.retention.mem: bootloader.mcuboot.recovery.retention.mem:
platform_allow: nrf52840dk_nrf52840 platform_allow: nrf52840dk_nrf52840
extra_args: extra_args:
- OVERLAY_CONFIG="boards/nrf52840dk_nrf52840_mem.conf" - OVERLAY_CONFIG="boards/nrf52840dk_nrf52840_mem.conf"

View file

@ -10,7 +10,7 @@ common:
- "I: Starting swap using (.*)" - "I: Starting swap using (.*)"
- "Swapped application booted on (.*)" - "Swapped application booted on (.*)"
tests: tests:
boot.mcuboot: bootloader.mcuboot:
tags: mcuboot tags: mcuboot
skip: true # disabled due to issue #58080 skip: true # disabled due to issue #58080
platform_allow: platform_allow:
@ -20,7 +20,7 @@ tests:
integration_platforms: integration_platforms:
- frdm_k64f - frdm_k64f
- nrf52840dk_nrf52840 - nrf52840dk_nrf52840
boot.mcuboot.assert: bootloader.mcuboot.assert:
tags: mcuboot tags: mcuboot
platform_allow: platform_allow:
- b_u585i_iot02a - b_u585i_iot02a