Home
last modified time | relevance | path

Searched refs:reportFile (Results 1 – 8 of 8) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/device/cloud/
DGceManagerTest.java168 File reportFile = null; in testBuildGceCommand() local
170 reportFile = FileUtil.createTempFile("test-gce-cmd", "report"); in testBuildGceCommand()
171 List<String> result = mGceManager.buildGceCmd(reportFile, mMockBuildInfo, null); in testBuildGceCommand()
185 reportFile.getAbsolutePath(), in testBuildGceCommand()
189 FileUtil.deleteFile(reportFile); in testBuildGceCommand()
204 File reportFile = null; in testBuildGceCommand_withServiceAccountJsonKeyFile() local
208 reportFile = FileUtil.createTempFile("test-gce-cmd", "report"); in testBuildGceCommand_withServiceAccountJsonKeyFile()
209 List<String> result = mGceManager.buildGceCmd(reportFile, mMockBuildInfo, null); in testBuildGceCommand_withServiceAccountJsonKeyFile()
225 reportFile.getAbsolutePath(), in testBuildGceCommand_withServiceAccountJsonKeyFile()
229 FileUtil.deleteFile(reportFile); in testBuildGceCommand_withServiceAccountJsonKeyFile()
[all …]
DRemoteAndroidVirtualDeviceTest.java180 File reportFile, IBuildInfo b, String ipDevice) { in testExceptionFromParser()
181 FileUtil.deleteFile(reportFile); in testExceptionFromParser()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DLocalAndroidVirtualDeviceTest.java222 Capture<String> reportFile, in mockAcloudCreate() argument
259 EasyMock.capture(reportFile), in mockAcloudCreate()
329 Capture<String> reportFile = new Capture<String>(); in testPreinvocationSetupSuccess() local
336 reportFile, in testPreinvocationSetupSuccess()
379 Assert.assertFalse(new File(reportFile.getValue()).exists()); in testPreinvocationSetupSuccess()
387 Capture<String> reportFile = new Capture<String>(); in testPreInvocationSetupBootFailure() local
394 reportFile, in testPreInvocationSetupBootFailure()
428 Assert.assertFalse(new File(reportFile.getValue()).exists()); in testPreInvocationSetupBootFailure()
436 Capture<String> reportFile = new Capture<String>(); in testPreInvocationSetupFailure() local
440 mockAcloudCreate(CommandStatus.FAILED, "", reportFile, hostPackageDir, imageDir); in testPreInvocationSetupFailure()
[all …]
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceManager.java165 File reportFile = null; in startGce() local
167 reportFile = FileUtil.createTempFile("gce_avd_driver", ".json"); in startGce()
168 List<String> gceArgs = buildGceCmd(reportFile, mBuildInfo, ipDevice); in startGce()
209 reportFile, mDeviceDescriptor, mDeviceOptions.getRemoteAdbPort()); in startGce()
226 reportFile, mDeviceDescriptor, mDeviceOptions.getRemoteAdbPort()); in startGce()
231 FileUtil.deleteFile(reportFile); in startGce()
253 protected List<String> buildGceCmd(File reportFile, IBuildInfo b, String ipDevice) { in buildGceCmd() argument
321 gceArgs.add(reportFile.getAbsolutePath()); in buildGceCmd()
/tools/tradefederation/core/src/com/android/tradefed/result/suite/
DXmlFormattedGeneratorReporter.java71 public void postFormattingStep(File resultDir, File reportFile) { in postFormattingStep() argument
/tools/tradefederation/core/src/com/android/tradefed/postprocessor/
DStatsdGenericPostProcessor.java116 File reportFile = new File(logs.get(key).getPath()); in processStatsdReportsFromLogs() local
117 try (FileInputStream reportStream = new FileInputStream(reportFile)) { in processStatsdReportsFromLogs()
/tools/tradefederation/core/tests/src/com/android/tradefed/postprocessor/
DStatsdEventMetricPostProcessorTest.java84 File reportFile = testDir.newFile(reportFilename); in setUp() local
85 Files.write(reportFile.toPath(), generateTestProto().toByteArray()); in setUp()
94 new LogFile(reportFile.getAbsolutePath(), "some.url", LogDataType.PB)); in setUp()
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...