Home
last modified time | relevance | path

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

/test/vts/utils/python/systrace/
Dsystrace_controller.py226 def SaveLastOutput(self, report_path=None): argument
227 if not report_path:
230 report_path = str(report_path)
237 parent_dir = os.path.dirname(report_path)
246 shutil.copy(self._path_output, report_path)
Dsystrace_utils.py115 report_path = getattr(self,
120 report_path, report_destination_file_name)
/test/framework/harnesses/host_controller/command_processor/
Dcommand_upload.py143 if args.report_path or args.clear_results:
162 if args.report_path:
163 report_path = self.console.FormatString(args.report_path)
164 if not report_path.startswith("gs://"):
166 "{} is not correct GCS url.".format(report_path))
169 gsutil_path, report_path, dest_path, results_base_path,
175 def UploadReport(self, gsutil_path, report_path, log_path, results_path, argument
343 os.path.join(report_path, os.path.basename(report_file_path)))
Dcommand_reproduce.py80 if args.report_path:
88 if (not args.report_path.startswith("gs://")
89 or not gcs_utils.IsGcsFile(gsutil_path, args.report_path)):
90 logging.error("%s is not a valid GCS path.", args.report_path)
94 os.path.basename(args.report_path))
95 gcs_utils.Copy(gsutil_path, args.report_path, dest_path)
/test/vts/utils/python/coverage/
Dcoverage_utils.py769 if args.report_path:
770 coverage.SetCoverageReportDirectory(args.report_path)
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_suite_release.jsp293 …="validate" readonly="true" onclick="this.select()" value="reproduce --report_path=gs://vts-report…