Home
last modified time | relevance | path

Searched refs:HOST1 (Results 1 – 2 of 2) sorted by relevance

/external/autotest/server/cros/
Dhost_lock_manager_unittest.py24 HOST1 = 'host1' variable in HostLockManagerTest
80 self.afe.get_hosts(hostname=self.HOST1).AndReturn(None)
82 actual = self.manager._check_host(self.HOST1, None)
89 self.afe.get_hosts(hostname=self.HOST1).AndReturn(host_info)
91 actual = self.manager._check_host(self.HOST1, self.manager.LOCK)
98 self.afe.get_hosts(hostname=self.HOST1).AndReturn(host_info)
100 actual = self.manager._check_host(self.HOST1, self.manager.UNLOCK)
107 self.afe.get_hosts(hostname=self.HOST1).AndReturn(host_info)
109 host_with_dot = '.'.join([self.HOST1, 'cros'])
111 self.assertEquals(self.HOST1, actual)
[all …]
/external/curl/docs/cmdline-opts/
Dconnect-to.d2 Arg: <HOST1:PORT1:HOST2:PORT2>
8 For a request to the given HOST1:PORT1 pair, connect to HOST2:PORT2 instead.