Home
last modified time | relevance | path

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

/test/framework/harnesses/host_controller/command_processor/
Dcommand_sheet.py223 def _DownloadResultZipFromGcs(gcs_url, local_dir): argument
241 if gcs_utils.IsGcsFile(gsutil_path, gcs_url):
242 gcs_urls = [gcs_url]
244 ls_urls = gcs_utils.List(gsutil_path, gcs_url)
252 logging.error("No results on %s", gcs_url)
Dcommand_sheet_test.py304 def MockCopy(gsutil_path, gcs_url, local_dir): argument
305 self.assertEqual(zip_url, gcs_url)