Home | History | Annotate | Download | only in afe

Lines Matching refs:drones

202             raise Exception('Only superusers may edit drones')
208 raise Exception('Only superusers may delete drones')
222 A set of scheduler drones
224 These will be used by the scheduler to decide what drones a job is allowed
228 drones: the drones that are part of the set
236 drones = dbmodels.ManyToManyField(Drone, db_table='afe_drone_sets_drones')
305 Gets the hostnames of all drones in this drone set
307 return set(self.drones.all().values_list('hostname', flat=True))
1153 drone_set: The set of drones to run this job on