Searched refs:_execute_code (Results 1 – 1 of 1) sorted by relevance
/external/autotest/server/ |
D | server_job.py | 469 self._execute_code(CLEANUP_CONTROL_FILE, namespace, protect=False) 485 self._execute_code(VERIFY_CONTROL_FILE, namespace, protect=False) 501 self._execute_code(RESET_CONTROL_FILE, namespace, protect=False) 517 self._execute_code(REPAIR_CONTROL_FILE, namespace, protect=False) 707 self._execute_code(crash_control_file, namespace) 761 self._execute_code(GET_NETWORK_STATS_CONTROL_FILE, namespace) 763 self._execute_code(INSTALL_CONTROL_FILE, namespace) 772 self._execute_code(VERIFY_JOB_REPO_URL_CONTROL_FILE, 801 self._execute_code(server_control_file, namespace) 841 self._execute_code(INSTALL_CONTROL_FILE, namespace) [all …]
|