Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/subsys/bootloader/upgrade/pytest/test_kmu_extra.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def test_kmu_revoke_old_keys(dut: DeviceAdapter, shell: Shell, mcumgr: MCUmgr):

match_lines(
lines,
["Image in the secondary slot is not valid", "Key invalidation failed with", "Jumping to the first image slot"],
["Image in the secondary slot is not valid", "Jumping to the first image slot"],
)
tm.check_with_shell_command(tm.origin_mcuboot_version)
logger.info("Passed: MCUboot rejected image signed with revoked key")
Expand Down Expand Up @@ -111,7 +111,7 @@ def test_kmu_upgrade_with_new_key_then_with_old(dut: DeviceAdapter, shell: Shell

match_lines(
lines,
["Image in the secondary slot is not valid", "Key invalidation failed with", "Jumping to the first image slot"],
["Image in the secondary slot is not valid", "Jumping to the first image slot"],
)
tm.check_with_shell_command(mcuboot_version)
logger.info("Passed: MCUboot rejected image signed with revoked key")
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ manifest:
compare-by-default: true
- name: mcuboot
repo-path: sdk-mcuboot
revision: 484a6f30394abbc2b9f404e715e99271fcf926aa
revision: pull/564/head
path: bootloader/mcuboot
- name: qcbor
url: https://github.com/laurencelundblade/QCBOR
Expand Down
Loading