Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/
Dfuchsia_device.py129 class FuchsiaDeviceError(signals.ControllerError): class
135 raise FuchsiaDeviceError(FUCHSIA_DEVICE_EMPTY_CONFIG_MSG)
137 raise FuchsiaDeviceError(FUCHSIA_DEVICE_NOT_LIST_CONFIG_MSG)
142 raise FuchsiaDeviceError(FUCHSIA_DEVICE_INVALID_CONFIG %
212 raise FuchsiaDeviceError(FUCHSIA_DEVICE_NO_IP_MSG)
407 except FuchsiaDeviceError:
410 raise FuchsiaDeviceError('Failed to run setup commands.')
464 raise FuchsiaDeviceError(
485 raise FuchsiaDeviceError(
527 raise FuchsiaDeviceError(
[all …]