Searched refs:check_with_shell_command (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/tests/boot/with_mcumgr/pytest/ |
D | test_downgrade_prevention.py | 12 from utils import check_with_mcumgr_command, check_with_shell_command 34 check_with_shell_command(shell, origin_version) 55 check_with_shell_command(shell, origin_version)
|
D | test_upgrade.py | 12 from utils import check_with_mcumgr_command, check_with_shell_command 79 check_with_shell_command(shell, new_version, swap_type='test') 93 check_with_shell_command(shell, new_version) 134 check_with_shell_command(shell, new_version, swap_type='test') 148 check_with_shell_command(shell, origin_version)
|
D | utils.py | 14 def check_with_shell_command(shell: Shell, version: str, swap_type: str | None = None) -> None: function
|