Home
last modified time | relevance | path

Searched refs:get_drone_hostnames_allowed (Results 1 – 4 of 4) sorted by relevance

/external/autotest/scheduler/
Dagent_task_unittest.py49 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))
Dmonitor_db_unittest.py29 def get_drone_hostnames_allowed(self): member in DummyAgentTask
929 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())
Dagent_task.py377 drone_hostnames_allowed=self.get_drone_hostnames_allowed())
380 def get_drone_hostnames_allowed( member in AgentTask
Dmonitor_db.py1159 agent.task.get_drone_hostnames_allowed())