Searched refs:get_drone_hostnames_allowed (Results 1 – 4 of 4) sorted by relevance
48 task.get_drone_hostnames_allowed(self.RESTRICTED_SUBNETS, True))65 task.get_drone_hostnames_allowed(self.RESTRICTED_SUBNETS, True))79 task.get_drone_hostnames_allowed(self.RESTRICTED_SUBNETS, True))
26 def get_drone_hostnames_allowed(self): member in DummyAgentTask1148 self.assertEqual(set(), task.get_drone_hostnames_allowed())1163 self.assertEqual(result, task.get_drone_hostnames_allowed())1170 self.assertEqual(set(('0','1')), task.get_drone_hostnames_allowed([]))1178 task.get_drone_hostnames_allowed)1201 self.assertEqual(result, task.get_drone_hostnames_allowed())
366 drone_hostnames_allowed=self.get_drone_hostnames_allowed())369 def get_drone_hostnames_allowed( member in BaseAgentTask
964 agent.task.get_drone_hostnames_allowed())