Home
last modified time | relevance | path

Searched refs:OtaError (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts/framework/acts/libs/ota/ota_runners/
Dota_runner.py28 class OtaError(Exception): class
32 class InvalidOtaUpdateError(OtaError):
57 raise OtaError('The device was not updated to a new build. '
171 raise OtaError('A SingleUseOtaTool instance cannot update a device '
204 raise OtaError('This MultiUseOtaRunner has already updated all '
/tools/test/connectivity/acts/framework/tests/libs/ota/ota_runners/
Dota_runner_test.py95 except ota_runner.OtaError:
140 except ota_runner.OtaError:
150 except ota_runner.OtaError:
189 except ota_runner.OtaError:
201 except ota_runner.OtaError:
214 except ota_runner.OtaError:
/tools/test/connectivity/acts/framework/tests/libs/ota/
Dota_updater_test.py42 raise ota_runner.OtaError
72 except ota_runner.OtaError:
87 with self.assertRaises(ota_runner.OtaError):
97 except ota_runner.OtaError: