Lines Matching refs:run_args
166 def _base_update_handler_no_retry(self, run_args):
169 @param run_args: Dictionary of args passed to ssh_host.run function.
174 self.host.run(**run_args)
180 def _base_update_handler(self, run_args, err_msg_prefix=None):
183 @param run_args: Dictionary of args passed to ssh_host.run function.
203 run_args)
252 run_args = {'command': autoupdate_cmd}
257 self._base_update_handler(run_args, err_prefix)
305 run_args = {'command': autoupdate_cmd, 'timeout': 3600}
311 self._base_update_handler(run_args, err_prefix)