Searched refs:_execute_code (Results 1 – 1 of 1) sorted by relevance
/external/autotest/server/ |
D | server_job.py | 494 self._execute_code(CLEANUP_CONTROL_FILE, namespace, protect=False) 510 self._execute_code(VERIFY_CONTROL_FILE, namespace, protect=False) 526 self._execute_code(RESET_CONTROL_FILE, namespace, protect=False) 542 self._execute_code(REPAIR_CONTROL_FILE, namespace, protect=False) 728 self._execute_code(crash_control_file, namespace) 796 self._execute_code(GET_NETWORK_STATS_CONTROL_FILE, 806 self._execute_code(VERIFY_JOB_REPO_URL_CONTROL_FILE, 844 self._execute_code(server_control_file, namespace) 891 self._execute_code(GET_NETWORK_STATS_CONTROL_FILE, 1416 def _execute_code(self, code_file, namespace, protect=True): member in server_job
|