Searched defs:exec_command (Results 1 – 2 of 2) sorted by relevance
76 def exec_command(cmd_args, timeout=DEFAULT_TIMEOUT, custom_cwd=None): function
611 …def exec_command(cmd_args, test_id: str, step_result: StepResult, timeout=RegressTestConfig.DEFAUL… member in Utils