Home
last modified time | relevance | path

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

/tests/boot/with_mcumgr/pytest/
A Dtest_downgrade_prevention.py12 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 Dtest_upgrade.py12 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 Dutils.py14 def check_with_shell_command(shell: Shell, version: str, swap_type: str | None = None) -> None: function

Completed in 11 milliseconds