Searched refs:run_method (Results 1 – 3 of 3) sorted by relevance
347 run_method = getattr(dut_control_obj, method, None)348 if callable(run_method):349 result = run_method(run_num)
424 def parse_cmd_output(command, run_method=utils.run): argument444 cmd_result = run_method(command, stdout_tee=None, stderr_tee=None)
2416 run_method=self.run)