Home
last modified time | relevance | path

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

/external/autotest/site_utils/
Dgs_offloader.py511 def __init__(self, gs_uri, multiprocessing, delete_age, argument
520 self._gs_uri = gs_uri
751 def wait_for_gs_write_access(gs_uri): argument
759 test_cmd = _get_cmd_list(False, dummy_file.name, gs_uri)
765 os.path.join(gs_uri,
769 logging.debug('Unable to offload to %s, sleeping.', gs_uri)
794 self.gs_uri = utils.get_offload_gsuri()
795 logging.debug('Offloading to: %s', self.gs_uri)
807 self.gs_uri, multiprocessing, self._delete_age_limit,
1075 wait_for_gs_write_access(offloader.gs_uri)
/external/autotest/server/cros/
Dtradefed_test.py648 def _install_bundle(self, gs_uri): argument
650 if not gs_uri.endswith('.zip'):
651 raise error.TestFail('Error: Not a .zip file %s.', gs_uri)
654 cache_path = self._download_to_cache(gs_uri)
664 gs_uri = os.path.join(gs_dir, filename)
667 cache_path = self._download_to_cache(gs_uri)
/external/autotest/site_utils/stable_images/
Dassign_stable_images.py356 def _read_gs_json_data(gs_uri): argument
367 sp = subprocess.Popen(['gsutil', 'cat', gs_uri],