Home
last modified time | relevance | path

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

/external/autotest/site_utils/deployment/prepare/
Ddut_unittest.py17 from autotest_lib.server.hosts.host_info import InMemoryHostInfoStore, HostInfo
45 self.host_info_store = InMemoryHostInfoStore(info=info)
Ddut.py71 store = host_info.InMemoryHostInfoStore(info=host_info.HostInfo(
/external/autotest/server/hosts/
Dhost_info.py379 class InMemoryHostInfoStore(CachingHostInfoStore): class
390 super(InMemoryHostInfoStore, self).__init__()
419 return InMemoryHostInfoStore()
Dbase_label_unittest.py174 store = host_info.InMemoryHostInfoStore(
Dshadowing_store_unittest.py107 class _FakeRaisingStore(host_info.InMemoryHostInfoStore):
Dhost_info_unittest.py203 self.store = host_info.InMemoryHostInfoStore()
370 host_info.InMemoryHostInfoStore))
Dfactory_unittest.py64 store = host_info.InMemoryHostInfoStore()
Dcros_host_unittest.py134 host.host_info_store = host_info.InMemoryHostInfoStore()
Dcros_label_unittest.py136 self.host_info_store = host_info.InMemoryHostInfoStore(info)
Dabstract_ssh.py107 host_info.InMemoryHostInfoStore())
/external/autotest/server/site_tests/servo_LabstationVerification/
Dservo_LabstationVerification.py381 host_info_store = host_info.InMemoryHostInfoStore(info=info)
/external/autotest/server/site_tests/tast/
Dtast_unittest.py786 self.host_info_store = host_info.InMemoryHostInfoStore(None)
/external/autotest/client/common_lib/hosts/
Drepair_unittest.py60 self.host_info_store = host_info.InMemoryHostInfoStore(info)
/external/autotest/server/
Dserver_job.py133 host_info_store = host_info.InMemoryHostInfoStore()