Home
last modified time | relevance | path

Searched refs:testContext (Results 1 – 6 of 6) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterLogSaver.java360 final TestContext testContext = new TestContext(); in invocationEnded() local
361 testContext.setCommandLine(mRetryCommandLine); in invocationEnded()
362 testContext.addEnvVars(envVars); in invocationEnded()
364 testContext.addTestResource(new TestResource(name, outputFileUrls.get(contextFile))); in invocationEnded()
366 CLog.i("Updating test context: %s", testContext.toString()); in invocationEnded()
367 client.updateTestContext(mRequestId, mCommandId, testContext); in invocationEnded()
DClusterCommandScheduler.java661 final TestContext testContext = client.getTestContext(requestId, commandId); in execManagedClusterCommand() local
662 testResources.addAll(testContext.getTestResources()); in execManagedClusterCommand()
669 .setTestContext(testContext) in execManagedClusterCommand()
DClusterCommandConfigBuilder.java93 public ClusterCommandConfigBuilder setTestContext(TestContext testContext) { in setTestContext() argument
94 mTestContext = testContext; in setTestContext()
DClusterClient.java199 final String requestId, final String commandId, TestContext testContext) in updateTestContext() argument
210 testContext.toJson()); in updateTestContext()
DIClusterClient.java89 final String requestId, final String commandId, TestContext testContext) in updateTestContext() argument
/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/
DClusterCommandSchedulerTest.java1141 TestContext testContext = new TestContext();
1147 Mockito.doReturn(testContext)
1177 TestContext testContext = new TestContext();
1183 Mockito.doReturn(testContext)
1213 TestContext testContext = new TestContext();
1219 Mockito.doReturn(testContext)
1321 TestContext testContext = new TestContext();
1327 Mockito.doReturn(testContext)