Searched refs:execute_command_with_logback (Results 1 – 2 of 2) sorted by relevance
| /test/testfwk/xdevice/src/xdevice/_core/cluster/ |
| D | runner.py | 101 exit_code, _ = Utils.execute_command_with_logback(cmd, cwd=local_path) 114 exit_code, _ = Utils.execute_command_with_logback(cmd, cwd=cwd, log_cmd=log_cmd)
|
| D | utils.py | 100 Utils.execute_command_with_logback(cmd, log_cmd=log_cmd, exceptions=exceptions) 198 …def execute_command_with_logback(cmd: str, cwd: str = None, timeout: float = None, log_cmd: str = … member in Utils
|