Searched refs:get_drone_hostnames_allowed (Results 1 – 4 of 4) sorted by relevance
49 task.get_drone_hostnames_allowed(self.RESTRICTED_SUBNETS, True))66 task.get_drone_hostnames_allowed(self.RESTRICTED_SUBNETS, True))80 task.get_drone_hostnames_allowed(self.RESTRICTED_SUBNETS, True))
29 def get_drone_hostnames_allowed(self): member in DummyAgentTask929 self.assertEqual(set(), task.get_drone_hostnames_allowed())944 self.assertEqual(result, task.get_drone_hostnames_allowed())951 self.assertEqual(set(('0','1')), task.get_drone_hostnames_allowed([]))959 task.get_drone_hostnames_allowed)982 self.assertEqual(result, task.get_drone_hostnames_allowed())
377 drone_hostnames_allowed=self.get_drone_hostnames_allowed())380 def get_drone_hostnames_allowed( member in AgentTask
1159 agent.task.get_drone_hostnames_allowed())