Searched refs:log_command (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | log_helper.py | 13 def log_command(logger, msg, args): function
|
D | environment.py | 27 from twisterlib.log_helper import log_command 1118 log_command(logger, "Calling cmake", cmd)
|
D | runner.py | 47 from twisterlib.log_helper import log_command 702 log_command(logger, "Calling cmake", cmd)
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_log_helper.py | 37 twisterlib.log_helper.log_command(logger, message, args)
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
D | utils.py | 20 def log_command(logger: logging.Logger, msg: str, args: list, level: int = logging.DEBUG) -> None: function
|
D | binary_adapter.py | 12 from twister_harness.device.utils import log_command, terminate_process 46 log_command(logger, 'Running command', self.command, level=logging.DEBUG)
|
D | hardware_adapter.py | 22 from twister_harness.device.utils import log_command, terminate_process 109 log_command(logger, 'Flashing command', self.command, level=logging.DEBUG)
|