Home
last modified time | relevance | path

Searched refs:InMemoryHostInfoStore (Results 1 – 11 of 11) sorted by relevance

/external/autotest/server/hosts/
Dhost_info.py303 class InMemoryHostInfoStore(CachingHostInfoStore): class
314 super(InMemoryHostInfoStore, self).__init__()
343 return InMemoryHostInfoStore()
Dcros_label_unittest.py87 self.host_info_store = host_info.InMemoryHostInfoStore(info)
Dhost_info_unittest.py182 self.store = host_info.InMemoryHostInfoStore()
349 host_info.InMemoryHostInfoStore))
Dbase_label_unittest.py172 store = host_info.InMemoryHostInfoStore(
Dshadowing_store_unittest.py107 class _FakeRaisingStore(host_info.InMemoryHostInfoStore):
Dfactory_unittest.py64 store = host_info.InMemoryHostInfoStore()
Dabstract_ssh.py89 host_info.InMemoryHostInfoStore())
/external/autotest/site_utils/deployment/prepare/
Ddut.py62 store = host_info.InMemoryHostInfoStore(info=host_info.HostInfo(
/external/autotest/client/common_lib/hosts/
Drepair_unittest.py33 self.host_info_store = host_info.InMemoryHostInfoStore(info)
/external/autotest/cli/
Dhost.py847 store = host_info.InMemoryHostInfoStore(
/external/autotest/server/
Dserver_job.py121 host_info_store = host_info.InMemoryHostInfoStore()