Searched refs:_execute_code (Results 1 – 1 of 1) sorted by relevance
/external/autotest/server/ |
D | server_job.py | 418 self._execute_code(CLEANUP_CONTROL_FILE, namespace, protect=False) 434 self._execute_code(VERIFY_CONTROL_FILE, namespace, protect=False) 450 self._execute_code(RESET_CONTROL_FILE, namespace, protect=False) 466 self._execute_code(REPAIR_CONTROL_FILE, namespace, protect=False) 646 self._execute_code(INSTALL_CONTROL_FILE, namespace) 655 self._execute_code(VERIFY_JOB_REPO_URL_CONTROL_FILE, 684 self._execute_code(server_control_file, namespace) 716 self._execute_code(CRASHINFO_CONTROL_FILE, namespace) 718 self._execute_code(CRASHDUMPS_CONTROL_FILE, namespace) 723 self._execute_code(INSTALL_CONTROL_FILE, namespace) [all …]
|