Searched refs:check_with_shell_command (Results 1 – 3 of 3) sorted by relevance
| /tests/boot/with_mcumgr/pytest/ |
| A 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)
|
| A D | test_upgrade.py | 12 from utils import check_with_mcumgr_command, check_with_shell_command 90 check_with_shell_command(shell, new_version, swap_type='test') 104 check_with_shell_command(shell, new_version) 151 check_with_shell_command(shell, new_version, swap_type='test') 165 check_with_shell_command(shell, origin_version)
|
| A D | utils.py | 14 def check_with_shell_command(shell: Shell, version: str, swap_type: str | None = None) -> None: function
|
Completed in 11 milliseconds