Searched refs:_execute_code (Results 1 – 1 of 1) sorted by relevance
/external/autotest/server/ |
D | server_job.py | 501 self._execute_code(CLEANUP_CONTROL_FILE, namespace, protect=False) 517 self._execute_code(VERIFY_CONTROL_FILE, namespace, protect=False) 533 self._execute_code(RESET_CONTROL_FILE, namespace, protect=False) 549 self._execute_code(REPAIR_CONTROL_FILE, namespace, protect=False) 827 self._execute_code(crash_control_file, namespace) 884 self._execute_code(GET_NETWORK_STATS_CONTROL_FILE, namespace) 886 self._execute_code(INSTALL_CONTROL_FILE, namespace) 895 self._execute_code(VERIFY_JOB_REPO_URL_CONTROL_FILE, 924 self._execute_code(server_control_file, namespace) 964 self._execute_code(INSTALL_CONTROL_FILE, namespace) [all …]
|