Home
last modified time | relevance | path

Searched refs:getTestTag (Results 1 – 25 of 29) sorted by relevance

12

/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationFactoryTest.java995 .getBuildProvider().getBuild().getTestTag()); in testCreateConfigurationFromArgs_multidevice()
1003 .getBuildProvider().getBuild().getTestTag()); in testCreateConfigurationFromArgs_multidevice()
1064 .getBuildProvider().getBuild().getTestTag()); in testCreateConfigurationFromArgs_multidevice_applyCommandLine()
1075 .getBuildProvider().getBuild().getTestTag()); in testCreateConfigurationFromArgs_multidevice_applyCommandLine()
1121 config.getDeviceConfigByName("device1").getBuildProvider().getBuild().getTestTag()); in testCreateConfigurationFromArgs_multidevice_singletag()
1135 config.getDeviceConfigByName("device2").getBuildProvider().getBuild().getTestTag()); in testCreateConfigurationFromArgs_multidevice_singletag()
1170 .getBuildProvider().getBuild().getTestTag()); in testCreateConfigurationFromArgs_multidevice_applyCommandLineGlobal()
1178 .getBuildProvider().getBuild().getTestTag()); in testCreateConfigurationFromArgs_multidevice_applyCommandLineGlobal()
1293 .getBuildProvider().getBuild().getTestTag()); in testCreateConfigurationFromArgs_old_config_with_deviceHolder()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DTestInvocationTest.java411 EasyMock.expect(mMockBuildInfo.getTestTag()).andStubReturn(null); in testInvoke_buildFailed()
439 assertEquals(expectedTestTag, mStubInvocationMetadata.getTestTag()); in testInvoke_buildFailed()
917 EasyMock.expect(mMockBuildInfo.getTestTag()).andStubReturn("stub"); in testInvoke_testtag()
947 EasyMock.expect(mMockBuildInfo.getTestTag()).andStubReturn("buildprovidertesttag"); in testInvoke_testtag_notset()
977 EasyMock.expect(mMockBuildInfo.getTestTag()).andStubReturn(null); in testInvoke_notesttag()
1019 EasyMock.expect(mMockBuildInfo.getTestTag()).andStubReturn(null); in testInvoke_buildProviderNeedTestTag()
1077 EasyMock.expect(mMockBuildInfo.getTestTag()).andStubReturn(""); in setupInvokeWithBuild()
1536 EasyMock.expect(mMockBuildInfo.getTestTag()).andStubReturn(""); in setupNShardInvocation()
DInvocationContextTest.java162 assertEquals("tag", protoContext.getTestTag()); in testProtoSerialize()
170 assertEquals("tag", deserialized.getTestTag()); in testProtoSerialize()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationExecution.java680 private String getTestTag(IConfiguration config) { in getTestTag() method in InvocationExecution
681 String testTag = config.getCommandOptions().getTestTag(); in getTestTag()
692 if (!"stub".equals(config.getCommandOptions().getTestTag())) { in setTestTag()
693 info.setTestTag(getTestTag(config)); in setTestTag()
694 } else if (Strings.isNullOrEmpty(info.getTestTag())) { in setTestTag()
DTestInvocation.java185 msg.append(context.getTestTag()); in logStartInvocation()
197 mStatus = String.format("running %s on build(s) '%s'", context.getTestTag(), in logStartInvocation()
1086 context.setTestTag(getTestTag(config)); in updateInvocationContext()
1090 private String getTestTag(IConfiguration config) { in getTestTag() method in TestInvocation
1091 String testTag = config.getCommandOptions().getTestTag(); in getTestTag()
DInvocationContext.java276 public String getTestTag() { in getTestTag() method in InvocationContext
419 context.mTestTag = protoContext.getTestTag(); in fromProto()
/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DLogFileSaverTest.java73 EasyMock.expect(mockBuild.getTestTag()).andReturn(testtag).anyTimes(); in testGetFileDir()
108 EasyMock.expect(mockBuild.getTestTag()).andReturn(testtag).anyTimes(); in testGetFileDir_nobranch()
133 EasyMock.expect(mockBuild.getTestTag()).andReturn(testtag).anyTimes(); in testGetFileDir_retention()
DFileSystemLogSaverTest.java71 EasyMock.expect(mMockBuild.getTestTag()).andReturn(TEST_TAG).anyTimes(); in setUp()
122 EasyMock.expect(mockBuild.getTestTag()).andReturn(TEST_TAG).anyTimes(); in testGetFileDir_nobranch()
/tools/tradefederation/core/tests/src/com/android/tradefed/sandbox/
DSandboxedInvocationExecutionTest.java60 assertEquals("stub", info.getTestTag()); in testBuildInfo_testTag()
69 assertEquals("test", info.getTestTag()); in testBuildInfo_testTag()
/tools/tradefederation/core/src/com/android/tradefed/build/
DOtaDeviceBuildInfo.java82 public String getTestTag() { in getTestTag() method in OtaDeviceBuildInfo
83 return mBaselineBuild.getTestTag(); in getTestTag()
DBuildInfo.java141 public String getTestTag() { in getTestTag() method in BuildInfo
203 setTestTag(build.getTestTag()); in addAllBuildAttributes()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DTfTestLauncherTest.java137 EasyMock.expect(mMockBuildInfo.getTestTag()).andReturn(TEST_TAG); in testRun()
244 EasyMock.expect(mMockBuildInfo.getTestTag()).andReturn(TEST_TAG); in testRunCoverage()
/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessTestResultsParser.java589 if (mContext.getTestTag() == null || "stub".equals(mContext.getTestTag())) { in handleEvent()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DSubprocessTestResultsParserTest.java384 assertEquals(subTestTag, context.getTestTag()); in testParse_testTag()
465 assertEquals(parentTestTag, context.getTestTag()); in testParse_testTagNotOverwrite()
/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandOptions.java72 public String getTestTag(); in getTestTag() method
DCommandOptions.java419 public String getTestTag() { in getTestTag() method in CommandOptions
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/invoker/
DIInvocationContext.java176 public String getTestTag(); in getTestTag() method
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/build/
DIBuildInfo.java67 public String getTestTag(); in getTestTag() method
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DPythonVirtualenvPreparer.java116 mVenvDir = FileUtil.createNamedTempDir(buildInfo.getTestTag() + "-virtualenv"); in startVirtualenv()
/tools/tradefederation/core/src/com/android/tradefed/result/
DLegacySubprocessResultsReporter.java95 new InvocationStartedEventInfo(buildInfo.getTestTag(), System.currentTimeMillis()); in invocationStarted()
DXmlResultReporter.java151 serializer.attribute(NS, ATTR_NAME, getInvocationContext().getTestTag()); in printTestResults()
DMetricsXMLResultReporter.java130 serializer.attribute(NS, ATTR_NAME, getInvocationContext().getTestTag()); in printRunResults()
DEmailResultReporter.java147 if (!appendUnlessNull(subj, context.getTestTag())) { in generateEmailSubject()
DConsoleResultReporter.java77 mTestTag = context.getTestTag(); in invocationStarted()
DLogFileSaver.java180 pathSegments.add(buildInfo.getTestTag()); in generateTestArtifactPath()

12