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

  /external/autotest/scheduler/
drone_manager_unittest.py 172 1, username=self._USERNAME, drone_hostnames_allowed=None)
189 1, username=self._USERNAME, drone_hostnames_allowed=None)
208 1, username=self._USERNAME, drone_hostnames_allowed=None)
214 drone_hostnames_allowed = (2, 3)
217 drone_hostnames_allowed))
220 drone_hostnames_allowed=drone_hostnames_allowed)
227 drone_hostnames_allowed = (2, 3)
230 drone_hostnames_allowed))
233 drone_hostnames_allowed=drone_hostnames_allowed
    [all...]
pidfile_monitor.py 65 username=None, drone_hostnames_allowed=None):
74 drone_hostnames_allowed=drone_hostnames_allowed)
drone_manager.py 588 def max_runnable_processes(self, username, drone_hostnames_allowed):
593 @param drone_hostnames_allowed: list of drones that can be used. May be
598 (drone_hostnames_allowed is None or
600 drone_hostnames_allowed)]
619 drone_hostnames_allowed,
625 @param drone_hostnames_allowed: A list of names of drone allowed.
646 drone_allowed = (drone_hostnames_allowed is None
647 or drone.hostname in drone_hostnames_allowed)
695 username=None, drone_hostnames_allowed=None):
713 @param drone_hostnames_allowed (optional): hostnames of the drones tha
    [all...]
agent_task.py 367 drone_hostnames_allowed=self.get_drone_hostnames_allowed())
monitor_db_functional_test.py 185 def max_runnable_processes(self, username, drone_hostnames_allowed):
236 username=None, drone_hostnames_allowed=None):
    [all...]
monitor_db_unittest.py 451 drone_hostnames_allowed):
    [all...]

Completed in 186 milliseconds