Home
last modified time | relevance | path

Searched refs:log_command (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dlog_helper.py13 def log_command(logger, msg, args): function
Denvironment.py27 from twisterlib.log_helper import log_command
1118 log_command(logger, "Calling cmake", cmd)
Drunner.py47 from twisterlib.log_helper import log_command
702 log_command(logger, "Calling cmake", cmd)
/Zephyr-latest/scripts/tests/twister/
Dtest_log_helper.py37 twisterlib.log_helper.log_command(logger, message, args)
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Dutils.py20 def log_command(logger: logging.Logger, msg: str, args: list, level: int = logging.DEBUG) -> None: function
Dbinary_adapter.py12 from twister_harness.device.utils import log_command, terminate_process
46 log_command(logger, 'Running command', self.command, level=logging.DEBUG)
Dhardware_adapter.py22 from twister_harness.device.utils import log_command, terminate_process
109 log_command(logger, 'Flashing command', self.command, level=logging.DEBUG)