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

  /external/autotest/server/site_tests/autoupdate_P2P/
autoupdate_P2P.py 31 for host in self._hosts:
43 for host in self._hosts:
159 self._hosts[0].ip
162 "since p2p is enabled." % self._hosts[0].ip
210 lab1 = self._hosts[0].hostname.partition('-')[0]
211 lab2 = self._hosts[1].hostname.partition('-')[0]
217 result = self._hosts[1].run('ping -c5 %s' % self._hosts[0].ip,
225 _, build1 = self._get_build_from_job_repo_url(self._hosts[0])
226 _, build2 = self._get_build_from_job_repo_url(self._hosts[1]
    [all...]
  /test/framework/harnesses/host_controller/command_processor/
command_lease.py 55 if len(self.console._hosts) > 1:
58 tasks = self.console._hosts[args.host].LeaseCommandTasks()
command_list.py 68 hosts = enumerate(self.console._hosts)
70 hosts = [(args.host, self.console._hosts[args.host])]
72 self._PrintHosts(self.console._hosts)
command_device.py 184 if len(self.console._hosts) > 1:
187 host = self.console._hosts[args.host]
  /external/autotest/site_utils/
test_runner_utils_unittest.py 182 self._hosts = hosts
186 afe.create_job(control_file, hosts=self._hosts)
  /external/autotest/cli/
host_unittest.py 1436 _hosts = ['localhost', '127.0.0.1'] variable in class:host_mod_unittest
1526 _hosts = ['localhost', '127.0.0.1'] variable in class:host_create_unittest
    [all...]
  /external/autotest/server/cros/update_engine/
update_engine_test.py 65 self._hosts = None
398 if self._hosts is not None:
399 self._host = self._hosts[0]
492 This tests expects the test to set self._host or self._hosts.
  /test/framework/harnesses/host_controller/
console.py 186 _hosts: A list of HostController objects.
219 self._hosts = host_controllers

Completed in 189 milliseconds