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))
28 def get_drone_hostnames_allowed(self): member in DummyAgentTask933 self.assertEqual(set(), task.get_drone_hostnames_allowed())948 self.assertEqual(result, task.get_drone_hostnames_allowed())955 self.assertEqual(set(('0','1')), task.get_drone_hostnames_allowed([]))963 task.get_drone_hostnames_allowed)986 self.assertEqual(result, task.get_drone_hostnames_allowed())
367 drone_hostnames_allowed=self.get_drone_hostnames_allowed())370 def get_drone_hostnames_allowed( member in BaseAgentTask
999 agent.task.get_drone_hostnames_allowed())