Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/relay_lib/
Drelay.py183 ERROR_MESSAGE = ('Error: Attempted to get relay "%s" in %s "%s" but the ' variable in RelayDict
196 raise RelayConfigError(self.ERROR_MESSAGE %
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/binary/
DExecutableTargetTestTest.java57 private static final String ERROR_MESSAGE = "binary returned non-zero exit code."; field in ExecutableTargetTestTest
183 listener.testFailed(description, ERROR_MESSAGE); in testRun_cmdFailed()
196 Mockito.verify(mListener, Mockito.times(1)).testFailed(testDescription, ERROR_MESSAGE); in testRun_cmdFailed()
204 Mockito.verify(mListener, Mockito.times(1)).testFailed(testDescription2, ERROR_MESSAGE); in testRun_cmdFailed()
/tools/tradefederation/core/src/com/android/tradefed/result/
DLogcatCrashResultForwarder.java52 public static final String ERROR_MESSAGE = "Process crashed."; field in LogcatCrashResultForwarder
194 return errorMessage.contains(ERROR_MESSAGE) in isCrash()
/tools/test/mobly_extensions/tools/results_uploader/src/
Dmobly_result_converter.py76 ERROR_MESSAGE = 'mobly_error_message' variable in MoblyResultstoreProperties
595 MoblyResultstoreProperties.ERROR_MESSAGE.value,