Home
last modified time | relevance | path

Searched refs:check_with_shell_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
34 check_with_shell_command(shell, origin_version)
55 check_with_shell_command(shell, origin_version)
Dtest_upgrade.py12 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)
Dutils.py14 def check_with_shell_command(shell: Shell, version: str, swap_type: str | None = None) -> None: function