Lines Matching +full:update +full:- +full:2
3 # SPDX-License-Identifier: Apache-2.0
18 def create_signed_image(build_dir: Path, app_build_dir: Path, version: str) -> Path:
35 def get_upgrade_string_to_verify(build_dir: Path) -> str:
42 def clear_buffer(dut: DeviceAdapter) -> None:
56 2) Prepare an update of an application containing the SMP server
57 3) Upload the application update to slot 1 using mcumgr
58 4) Flag the application update in slot 1 as 'pending' by using mcumgr 'test'
65 new_version = '0.0.2+0'
108 2) Prepare an update of an application containing the SMP server
109 3) Upload the application update to slot 1 using mcumgr
110 4) Flag the application update in slot 1 as 'pending' by using mcumgr 'test'
114 8) Verify that MCUboot reverts update
156 logger.info('Verify that MCUboot reverts update')
161 'key_file', [None, 'root-ec-p256.pem'],
170 2) Prepare an update of an application containing the SMP server that has
174 3) Upload the application update to slot 1 using mcumgr
175 4) Flag the application update in slot 1 as 'pending' by using mcumgr 'test'