Home
last modified time | relevance | path

Searched refs:report (Results 1 – 18 of 18) sorted by relevance

/test/vti/dashboard/src/main/java/com/android/vts/api/
DDatastoreRestServlet.java135 private void insertTestReport(TestReportMessage report) { in insertTestReport() argument
137 if (!report.hasStartTimestamp() in insertTestReport()
138 || !report.hasEndTimestamp() in insertTestReport()
139 || !report.hasTest() in insertTestReport()
140 || !report.hasHostInfo() in insertTestReport()
141 || !report.hasBuildInfo()) { in insertTestReport()
181 long startTimestamp = report.getStartTimestamp(); in insertTestReport()
182 long endTimestamp = report.getEndTimestamp(); in insertTestReport()
183 String testName = report.getTest().toStringUtf8(); in insertTestReport()
184 String testBuildId = report.getBuildInfo().getId().toStringUtf8(); in insertTestReport()
[all …]
/test/framework/harnesses/host_controller/acloud/
Dacloud_client.py130 report = json.load(f)
132 return report['status']=='SUCCESS'
154 report = json.load(f)
156 return report['data']['devices'][0]['ip']
163 report = json.load(f)
165 return report['data']['devices'][0]['instance_name']
201 report = json.load(f)
203 return report['status']=='SUCCESS'
/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
DReportLogTest.java93 ReportLog report = ReportLog.parse(HEADER_XML); in testParse_noData() local
94 assertNull(report.getSummary()); in testParse_noData()
98 ReportLog report = ReportLog.parse(String.format(SUMMARY_XML, "testParse_summaryOnly:125")); in testParse_summaryOnly() local
99 assertNotNull(report); in testParse_summaryOnly()
100 assertEquals("Sample", report.getSummary().getMessage()); in testParse_summaryOnly()
104 ReportLog report = ReportLog.parse(String.format(FULL_XML, "testParse_full:140")); in testParse_full() local
105 assertNotNull(report); in testParse_full()
106 assertEquals("Sample", report.getSummary().getMessage()); in testParse_full()
DResultHandlerTest.java202 ReportLog report = new ReportLog(); in testSerialization() local
205 report.setSummary(summary); in testSerialization()
206 moduleBTest4.setReportLog(report); in testSerialization()
430 ReportLog report = moduleBTest4.getReportLog(); in checkResult() local
431 assertNotNull("Expected report", report); in checkResult()
432 ReportLog.Metric summary = report.getSummary(); in checkResult()
/test/vts/proto/
DVtsReportMessage.proto123 // To specify a test case execution report.
135 // coverage report per file
141 // systrace report message per file
150 // To specify a profiling report.
174 // To specify a systrace report.
179 // the produced html report
186 // To specify a coverage report.
216 // produced html report.
234 // To specify a API coverage report. Currently only for HAL API coverage.
246 // To specify log report. This can be used either for per-test-module
[all …]
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DTestResult.java120 public void setReportLog(ReportLog report) { in setReportLog() argument
121 mReport = report; in setReportLog()
193 public void passed(ReportLog report) { in passed() argument
197 if (report != null) { in passed()
198 setReportLog(report); in passed()
DITestResult.java74 void setReportLog(ReportLog report); in setReportLog() argument
118 void passed(ReportLog report); in passed() argument
DReportLog.java368 ReportLog report = new ReportLog(); in parse() local
369 report.setSummary(Metric.parse(parser)); in parse()
372 return report; in parse()
DResultHandler.java458 ReportLog report = r.getReportLog(); in writeResults() local
459 if (report != null) { in writeResults()
460 ReportLog.serialize(serializer, report); in writeResults()
/test/vti/dashboard/
DREADME.md113 http://127.0.0.1:8080/api/test_data/report
123 First, in test-plan-report-data.json, you need to set the same number of data under "testCaseNames"
152 Second, in test-report-data.json file, you need to make sure that "testModules" should have
154 in the test-report-data.json file.
156 test-report-data.json
172 test-plan-report-data.json
196 curl -d @testdata/test-report-data.json -m 30 -X POST http://127.0.0.1:8080/api/test_data/report -H…
197 curl -d @testdata/test-plan-report-data.json -m 30 -X POST http://127.0.0.1:8080/api/test_data/plan…
/test/vts/utils/python/web/
Dweb_utils.py168 report = self.report_msg
170 report = self.current_test_report_msg
173 api_coverage = report.api_coverage.add()
214 report = self.report_msg
216 report = self.current_test_report_msg
218 coverage = report.coverage.add()
/test/suite_harness/tools/cts-test-metrics/
DREADME9 Test metrics json files can be found in $CTS_ROOT/repository/results/$RESULT_DIR/report-log-files/
/test/vts-testcase/performance/audio_loopback_test/
DREADME.md9 * What metrics this test report?
/test/vts/doc/
Duser_manual.md108 ### 2.2. Test report for APFE (Android Partner Front-End)
110 The uploadable report xml file can be found at
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DResultReporter.java367 ReportLog report = null; in testEnded() local
370 report = ReportLog.parse(perfResult.getMeasurements().getSingleString()); in testEnded()
376 report = MetricsStore.removeResult(mBuildHelper.getBuildInfo(), in testEnded()
382 mCurrentResult.passed(report); in testEnded()
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_plan_run.jsp62 '<i class="material-icons">report</i> HAL API Information : ' + defaultInfo
93 '<i class="material-icons">report</i> API Information' +
Dshow_tree.jsp98 … '<i class="material-icons">report</i> HAL API Information : ' + defaultInfo
123 '<i class="material-icons">report</i> API Information' +
Dshow_suite_release.jsp293 …y="true" onclick="this.select()" value="reproduce --report_path=gs://vts-report/<c:out value="${te…