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:
parent
b1ee8b248a
commit
8c6a3dbe37
3 changed files with 5 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
common:
|
||||
sysbuild: true
|
||||
tests:
|
||||
mcuboot.data.sharing:
|
||||
bootloader.mcuboot.data.sharing:
|
||||
platform_allow: nrf52840dk_nrf52840
|
||||
tags:
|
||||
- mcuboot
|
||||
|
|
|
@ -21,13 +21,13 @@ common:
|
|||
- "Secondary image: magic"
|
||||
- "Boot source: none"
|
||||
tests:
|
||||
mcuboot.recovery.retention:
|
||||
bootloader.mcuboot.recovery.retention:
|
||||
platform_allow: nrf52840dk_nrf52840
|
||||
tags:
|
||||
- mcuboot
|
||||
- sysbuild
|
||||
- recovery
|
||||
mcuboot.recovery.retention.mem:
|
||||
bootloader.mcuboot.recovery.retention.mem:
|
||||
platform_allow: nrf52840dk_nrf52840
|
||||
extra_args:
|
||||
- OVERLAY_CONFIG="boards/nrf52840dk_nrf52840_mem.conf"
|
||||
|
|
|
@ -10,7 +10,7 @@ common:
|
|||
- "I: Starting swap using (.*)"
|
||||
- "Swapped application booted on (.*)"
|
||||
tests:
|
||||
boot.mcuboot:
|
||||
bootloader.mcuboot:
|
||||
tags: mcuboot
|
||||
skip: true # disabled due to issue #58080
|
||||
platform_allow:
|
||||
|
@ -20,7 +20,7 @@ tests:
|
|||
integration_platforms:
|
||||
- frdm_k64f
|
||||
- nrf52840dk_nrf52840
|
||||
boot.mcuboot.assert:
|
||||
bootloader.mcuboot.assert:
|
||||
tags: mcuboot
|
||||
platform_allow:
|
||||
- b_u585i_iot02a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue