Home
last modified time | relevance | path

Searched refs:NoGsCacheServerError (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/common_lib/cros/
Dgs_cache_client.py74 class NoGsCacheServerError(Exception): class
113 raise NoGsCacheServerError(
157 raise NoGsCacheServerError(
247 error_type = ('other' if isinstance(err, NoGsCacheServerError) else
Dgs_cache_client_unittest.py76 with self.assertRaises(gs_cache_client.NoGsCacheServerError):
102 with self.assertRaises(gs_cache_client.NoGsCacheServerError):