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

  /external/autotest/server/hosts/
afe_store.py 12 class AfeStore(host_info.CachingHostInfoStore):
25 super(AfeStore, self).__init__()
121 class AfeStoreKeepPool(AfeStore):
afe_store_unittest.py 15 """Test refresh/commit success cases for AfeStore."""
20 self.store = afe_store.AfeStore(self.hostname, afe=self.mock_afe)
124 self.assertEqual(str(self.store), 'AfeStore[some-host]')
  /external/autotest/site_utils/deployment/
install.py 271 'host_info_store': afe_store.AfeStore(hostname, afe),
    [all...]
  /external/autotest/server/
server_job.py     [all...]

Completed in 259 milliseconds