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.py28 def get_drone_hostnames_allowed(self): member in DummyAgentTask
933 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())
Dagent_task.py367 drone_hostnames_allowed=self.get_drone_hostnames_allowed())
370 def get_drone_hostnames_allowed( member in BaseAgentTask
Dmonitor_db.py999 agent.task.get_drone_hostnames_allowed())