Home
last modified time | relevance | path

Searched refs:_execute_code (Results 1 – 1 of 1) sorted by relevance

/external/autotest/server/
Dserver_job.py478 self._execute_code(CLEANUP_CONTROL_FILE, namespace, protect=False)
494 self._execute_code(VERIFY_CONTROL_FILE, namespace, protect=False)
510 self._execute_code(RESET_CONTROL_FILE, namespace, protect=False)
526 self._execute_code(REPAIR_CONTROL_FILE, namespace, protect=False)
712 self._execute_code(crash_control_file, namespace)
778 self._execute_code(GET_NETWORK_STATS_CONTROL_FILE,
788 self._execute_code(VERIFY_JOB_REPO_URL_CONTROL_FILE,
817 self._execute_code(server_control_file, namespace)
864 self._execute_code(GET_NETWORK_STATS_CONTROL_FILE,
1310 def _execute_code(self, code_file, namespace, protect=True): member in server_job