Searched refs:log_command (Results 1 – 7 of 7) sorted by relevance
/scripts/tests/twister/ |
A D | test_log_helper.py | 37 twisterlib.log_helper.log_command(logger, message, args)
|
/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
A 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)
|
A D | utils.py | 20 def log_command(logger: logging.Logger, msg: str, args: list, level: int = logging.DEBUG) -> None: function
|
A D | hardware_adapter.py | 22 from twister_harness.device.utils import log_command, terminate_process 112 log_command(logger, 'Flashing command', self.command, level=logging.DEBUG)
|
/scripts/pylib/twister/twisterlib/ |
A D | log_helper.py | 16 def log_command(logger, msg, args): function
|
A D | environment.py | 27 from twisterlib.log_helper import log_command 1155 log_command(logger, "Calling cmake", cmd)
|
A D | runner.py | 49 from twisterlib.log_helper import log_command 709 log_command(logger, "Calling cmake", cmd)
|
Completed in 13 milliseconds