Searched refs:DeviceNotFound (Results 1 - 2 of 2) sorted by relevance
/test/testfwk/xdevice/plugins/devicetest/core/ |
H A D | exception.py | 148 class DeviceNotFound(Exception): class 152 super(DeviceNotFound, self).__init__(error_msg)
|
H A D | test_case.py | 40 from devicetest.core.exception import DeviceNotFound namespace 193 except (AppInstallError, BaseTestError, DeviceNotFound, DeviceTestError, 256 except (AppInstallError, DeviceNotFound, DeviceTestError, 934 raise DeviceNotFound(err_msg) 988 except (DeviceNotFound, DeviceTestError) as e: 1028 raise DeviceNotFound(error_msg) from exception 1070 except (DeviceNotFound, DeviceTestError) as e: 1109 raise DeviceNotFound(error_msg) from exception
|
Completed in 3 milliseconds