Searched refs:InMemoryHostInfoStore (Results 1 – 14 of 14) sorted by relevance
17 from autotest_lib.server.hosts.host_info import InMemoryHostInfoStore, HostInfo45 self.host_info_store = InMemoryHostInfoStore(info=info)
71 store = host_info.InMemoryHostInfoStore(info=host_info.HostInfo(
379 class InMemoryHostInfoStore(CachingHostInfoStore): class390 super(InMemoryHostInfoStore, self).__init__()419 return InMemoryHostInfoStore()
174 store = host_info.InMemoryHostInfoStore(
107 class _FakeRaisingStore(host_info.InMemoryHostInfoStore):
203 self.store = host_info.InMemoryHostInfoStore()370 host_info.InMemoryHostInfoStore))
64 store = host_info.InMemoryHostInfoStore()
134 host.host_info_store = host_info.InMemoryHostInfoStore()
136 self.host_info_store = host_info.InMemoryHostInfoStore(info)
107 host_info.InMemoryHostInfoStore())
381 host_info_store = host_info.InMemoryHostInfoStore(info=info)
786 self.host_info_store = host_info.InMemoryHostInfoStore(None)
60 self.host_info_store = host_info.InMemoryHostInfoStore(info)
133 host_info_store = host_info.InMemoryHostInfoStore()