Searched refs:TEST_RESULT_FILE_NAME (Results 1 – 2 of 2) sorted by relevance
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/mobly/ |
D | MoblyBinaryHostTestTest.java | 84 private static final String TEST_RESULT_FILE_NAME = "test_summary.yaml"; field in MoblyBinaryHostTestTest 136 File testResult = new File(mSpyTest.getLogDirAbsolutePath(), TEST_RESULT_FILE_NAME); in testRun_withPythonBinariesOption() 178 File testResult = new File(mSpyTest.getLogDirAbsolutePath(), TEST_RESULT_FILE_NAME); in testRun_withParFileNameOption() 223 File testResult = new File(mSpyTest.getLogDirAbsolutePath(), TEST_RESULT_FILE_NAME); in testRun_withStdLogOption() 251 File testResult = new File(mSpyTest.getLogDirAbsolutePath(), TEST_RESULT_FILE_NAME); in testRun_testResultIsMissing() 274 File testResult = new File(mSpyTest.getLogDirAbsolutePath(), TEST_RESULT_FILE_NAME); in testRun_shouldActivateVenvAndCleanUp_whenVenvIsSet() 320 File testResult = new File(mSpyTest.getLogDirAbsolutePath(), TEST_RESULT_FILE_NAME); in testRun_shouldNotActivateVenv_whenVenvIsNotSet() 347 File testResult = new File(mSpyTest.getLogDirAbsolutePath(), TEST_RESULT_FILE_NAME); in testRun_exitSuccess_withTestResultFileComplete() 376 File testResult = new File(mSpyTest.getLogDirAbsolutePath(), TEST_RESULT_FILE_NAME); in testRun_exitSuccess_withTestResultFileIncomplete() 405 File testResult = new File(mSpyTest.getLogDirAbsolutePath(), TEST_RESULT_FILE_NAME); in testRun_exitFailed_withTestResultFileComplete() [all …]
|
/tools/tradefederation/core/src/com/android/tradefed/result/suite/ |
D | XmlSuiteResultFormatter.java | 82 public static final String TEST_RESULT_FILE_NAME = "test_result.xml"; field in XmlSuiteResultFormatter 202 File resultFile = new File(resultDir, TEST_RESULT_FILE_NAME); in writeResults() 440 TEST_RESULT_FILE_NAME); in getTruncatedStackTrace() 500 File resultFile = new File(resultDir, TEST_RESULT_FILE_NAME); in parseResults()
|