Searched refs:atrun (Results 1 – 1 of 1) sorted by relevance
/external/autotest/server/ |
D | autotest.py | 495 atrun = _Run(host, results_dir, tag, parallel_flag, background) 496 self._do_run(control_file, results_dir, host, atrun, timeout, 510 def _do_run(self, control_file, results_dir, host, atrun, timeout, argument 513 atrun.verify_machine() 518 atrun.verify_machine() 525 delete_file_list = [atrun.remote_control_file, 526 atrun.remote_control_file + '.state', 527 atrun.manual_control_file, 528 atrun.manual_control_file + '.state'] 555 if not atrun.background: [all …]
|