Searched refs:LocalHost (Results 1 – 9 of 9) sorted by relevance
22 host = local_host.LocalHost()29 host = local_host.LocalHost(hostname='bar')35 host = local_host.LocalHost()50 host = local_host.LocalHost()78 host = local_host.LocalHost()100 host = local_host.LocalHost()128 host = local_host.LocalHost()145 host = local_host.LocalHost()160 host = local_host.LocalHost()176 host = local_host.LocalHost()[all …]
18 class LocalHost(hosts.Host): class23 super(LocalHost, self)._initialize(*args, **dargs)
220 job.local_host.LocalHost.expect_new(hostname='localhost')
269 self.hosts = set([local_host.LocalHost(hostname=options.hostname)])
81 self._orig_local_host = factory.local_host.LocalHost87 factory.local_host.LocalHost = _gen_mock_conn('local')96 factory.local_host.LocalHost = self._orig_local_host
141 return local_host.LocalHost152 if connectivity_class == local_host.LocalHost:
33 classes.append(local_host.LocalHost)
40 self.host = local_host.LocalHost()
131 self.host = local_host.LocalHost()