Home
last modified time | relevance | path

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

/test/framework/harnesses/host_controller/command_processor/
Dcommand_retry.py66 def GetResultFromGCS(self, gcs_result_path, local_results_dir): argument
86 if (not gcs_result_path.startswith("gs://")
87 or not gcs_utils.IsGcsFile(gsutil_path, gcs_result_path)):
88 logging.error("%s is not correct GCS url.", gcs_result_path)
90 if not gcs_result_path.endswith(".zip"):
92 gcs_result_path)
97 if not gcs_utils.Copy(gsutil_path, gcs_result_path, local_results_dir):
98 logging.error("Fail to copy from %s.", gcs_result_path)
101 gcs_result_path.split("/")[-1])