Home
last modified time | relevance | path

Searched refs:check_with_mcumgr_command (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/tests/boot/with_mcumgr/pytest/
Dtest_downgrade_prevention.py12 from utils import check_with_mcumgr_command, check_with_shell_command
57 check_with_mcumgr_command(mcumgr, origin_version)
Dtest_upgrade.py12 from utils import check_with_mcumgr_command, check_with_shell_command
81 check_with_mcumgr_command(mcumgr, new_version)
136 check_with_mcumgr_command(mcumgr, new_version)
Dutils.py21 def check_with_mcumgr_command(mcumgr: MCUmgr, version: str) -> None: function