Searched refs:report_path (Results 1 – 6 of 6) sorted by relevance
/test/vts/utils/python/systrace/ |
D | systrace_controller.py | 226 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)
|
D | systrace_utils.py | 115 report_path = getattr(self, 120 report_path, report_destination_file_name)
|
/test/framework/harnesses/host_controller/command_processor/ |
D | command_upload.py | 143 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)))
|
D | command_reproduce.py | 80 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/ |
D | coverage_utils.py | 769 if args.report_path: 770 coverage.SetCoverageReportDirectory(args.report_path)
|
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/ |
D | show_suite_release.jsp | 293 …="validate" readonly="true" onclick="this.select()" value="reproduce --report_path=gs://vts-report…
|