Home
last modified time | relevance | path

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

/tools/test/connectivity/tools/lab/utils/
Dtime_limit.py34 def __init__(self, seconds=5, error_message=DEF_ERR_MSG): argument
36 self.error_message = error_message
/tools/repohooks/rh/
Dutils.py261 def run_command(cmd, error_message=None, redirect_stdout=False, argument
440 if error_message:
441 msg += '\n%s' % error_message
/tools/test/connectivity/acts/tests/google/ble/gatt/
DGattConnectTest.py994 error_message = ("Connected device {} not found in list of connected "
997 self.log.error(error_message.format(target_name, conn_cen_devices))
1003 self.log.error(error_message.format(target_name, conn_per_devices))
/tools/repohooks/tools/
Dcpplint.py817 error_message = ('Found %s after %s' %
828 return error_message
834 return error_message
4570 error_message = include_state.CheckNextIncludeOrder(
4572 if error_message:
4575 (error_message, fileinfo.BaseName()))