HomeSort by relevance Sort by last modified time
    Searched refs:get_drone_hostnames_allowed (Results 1 - 4 of 4) sorted by null

  /external/autotest/scheduler/
agent_task_unittest.py 37 """Test method get_drone_hostnames_allowed work as expected when
49 task.get_drone_hostnames_allowed(self.RESTRICTED_SUBNETS, True))
54 """Test method get_drone_hostnames_allowed work as expected when
66 task.get_drone_hostnames_allowed(self.RESTRICTED_SUBNETS, True))
71 """Test method get_drone_hostnames_allowed work as expected when
80 task.get_drone_hostnames_allowed(self.RESTRICTED_SUBNETS, True))
monitor_db_unittest.py 29 def get_drone_hostnames_allowed(self): member in class: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)
    [all...]
agent_task.py 377 drone_hostnames_allowed=self.get_drone_hostnames_allowed())
380 def get_drone_hostnames_allowed( member in class:AgentTask
monitor_db.py     [all...]

Completed in 89 milliseconds