Home
last modified time | relevance | path

Searched refs:StoreError (Results 1 – 9 of 9) sorted by relevance

/external/autotest/server/hosts/
Dshadowing_store.py60 except host_info.StoreError as e:
101 except host_info.StoreError:
116 except host_info.StoreError:
124 except host_info.StoreError:
137 except host_info.StoreError:
145 except host_info.StoreError:
Dfile_store.py71 raise host_info.StoreError(
74 raise host_info.StoreError('Failed to read backing file (%s) : %r'
77 raise host_info.StoreError(
88 raise host_info.StoreError('Failed to write backing file (%s) : %r'
109 raise host_info.StoreError(e)
Dfile_store_unittest.py50 with self.assertRaises(host_info.StoreError):
66 with file_lock.lock(), self.assertRaises(host_info.StoreError):
84 with file_lock.lock(), self.assertRaises(host_info.StoreError):
93 with self.assertRaises(host_info.StoreError):
104 with self.assertRaises(host_info.StoreError):
118 with self.assertRaises(host_info.StoreError):
181 with self.assertRaises(host_info.StoreError):
Dafe_store.py43 raise host_info.StoreError(e)
46 raise host_info.StoreError('No hosts founds with hostname: %s' %
88 raise host_info.StoreError(e)
103 raise host_info.StoreError(e)
Dhost_info_unittest.py315 raise host_info.StoreError('no can do')
320 raise host_info.StoreError('wont wont wont')
332 with self.assertRaises(host_info.StoreError):
335 with self.assertRaises(host_info.StoreError):
346 with self.assertRaises(host_info.StoreError):
350 with self.assertRaises(host_info.StoreError):
Dshadowing_store_unittest.py124 raise host_info.StoreError('Test refresh error')
130 raise host_info.StoreError('Test commit error')
Dafe_store_unittest.py54 with self.assertRaises(host_info.StoreError):
91 with self.assertRaises(host_info.StoreError):
Dhost_info.py268 class StoreError(Exception): class
/external/autotest/server/
Dserver_job.py1627 except host_info.StoreError: