HomeSort by relevance Sort by last modified time
    Searched refs:InMemoryHostInfoStore (Results 1 - 5 of 5) sorted by null

  /external/autotest/server/hosts/
host_info.py 144 InMemoryHostInfoStore: Just store labels / attributes in-memory.
240 class InMemoryHostInfoStore(CachingHostInfoStore):
251 super(InMemoryHostInfoStore, self).__init__()
277 return InMemoryHostInfoStore()
host_info_unittest.py 108 """Basic tests for CachingHostInfoStore using InMemoryHostInfoStore."""
111 self.store = host_info.InMemoryHostInfoStore()
268 host_info.InMemoryHostInfoStore))
testbed.py 62 host_info.InMemoryHostInfoStore())
abstract_ssh.py 70 host_info.InMemoryHostInfoStore())
    [all...]
  /external/autotest/server/
server_job.py     [all...]

Completed in 87 milliseconds