Home
last modified time | relevance | path

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

/external/toolchain-utils/automation/server/
Djob_executer.py33 def _RunRemotely(self, command, fail_msg, command_timeout=1 * 60 * 60): member in JobExecuter
54 self._RunRemotely(cmd.RmTree(self.job.work_dir), 'Cleanup workdir failed.')
61 self._RunRemotely(
77 self._RunRemotely(
81 self._RunRemotely(
91 self._RunRemotely('%s; %s' % ('PS1=. TERM=linux source ~/.bashrc',