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 57 username=None, drone_hostnames_allowed=None):
66 drone_hostnames_allowed=drone_hostnames_allowed)
drone_manager.py 603 def max_runnable_processes(self, username, drone_hostnames_allowed):
608 @param drone_hostnames_allowed: list of drones that can be used. May be
613 (drone_hostnames_allowed is None or
615 drone_hostnames_allowed)]
634 drone_hostnames_allowed,
640 @param drone_hostnames_allowed: A list of names of drone allowed.
661 drone_allowed = (drone_hostnames_allowed is None
662 or drone.hostname in drone_hostnames_allowed)
710 username=None, drone_hostnames_allowed=None):
728 @param drone_hostnames_allowed (optional): hostnames of the drones tha
    [all...]
agent_task.py 366 drone_hostnames_allowed=self.get_drone_hostnames_allowed())
monitor_db_functional_test.py 198 def max_runnable_processes(self, username, drone_hostnames_allowed):
249 username=None, drone_hostnames_allowed=None):
    [all...]
monitor_db_unittest.py 484 drone_hostnames_allowed):
    [all...]

Completed in 7047 milliseconds