Lines Matching refs:drone
57 drone = self._get_drone_for_process(process)
58 drone.queue_kill_process(process)
65 Catches AutoservRunError if the drone fails initialization and does not
68 @param hostname: Hostname of the drone we are trying to add.
70 logging.info('Adding drone %s' % hostname)
71 drone = drones.get_drone(hostname)
72 if drone:
74 drone.call('initialize', self.absolute_path(''))
76 logging.error('Failed to initialize drone %s with error: %s',
79 self._drones[drone.hostname] = drone