Searched refs:FailError (Results 1 – 2 of 2) sorted by relevance
31 class FailError(Exception): class36 class FatalError(FailError):41 class GoldenDeviceNotEnoughError(FailError):
47 from autothreadharness.exceptions import FailError, FatalError, GoldenDeviceNotEnoughError254 raise FailError('BrowserAutoNavigate in Configuration.ini should be False')260 raise FailError('EnableDeviceSelection in Configuration.ini should be True')555 raise FailError('DUT2_DEVICE must be set in settings.py')636 raise FailError('Failed to find DUT in device_order')697 raise FailError('Failed to find DUT in device_order')704 raise FailError('DUT_DEVICE must be set for mixed testbed')772 raise FailError('Failed to connect to DUT')804 except FailError:895 raise FailError('Unexpected dialog occurred')[all …]