Home | History | Annotate | Download | only in utils

Lines Matching refs:ConnectionError

14 class ConnectionError(Exception):
671 @raise ConnectionError: Failed to connect DUT.
684 raise ConnectionError('DUT is still down unexpectedly')
693 @raise ConnectionError: Failed to wait DUT offline.
706 raise ConnectionError('DUT is still up unexpectedly')
808 @raise ConnectionError: Failed to connect DUT.
811 raise ConnectionError('DUT is still down unexpectedly')
824 @raise ConnectionError: Failed to wait DUT offline.
828 raise ConnectionError('DUT is still up unexpectedly')
851 @raise ConnectionError: Failed to wait DUT offline.
887 except ConnectionError:
917 except ConnectionError: