Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/helpers/
Dshell_mcuboot_command_parser_test.py31 mcuboot_parsed = ShellMCUbootCommandParsed.create_from_cmd_output(cmd_output.splitlines())
54 mcuboot_parsed = ShellMCUbootCommandParsed.create_from_cmd_output(cmd_output.splitlines())
/Zephyr-latest/tests/boot/with_mcumgr/pytest/
Dutils.py15 mcuboot_areas = ShellMCUbootCommandParsed.create_from_cmd_output(shell.exec_command('mcuboot'))
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/helpers/
Dshell.py139 def create_from_cmd_output(cls, cmd_output: list[str]) -> ShellMCUbootCommandParsed: member in ShellMCUbootCommandParsed