Home
last modified time | relevance | path

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

/external/autotest/site_utils/
Dgs_offloader.py583 def __init__(self, gs_uri, multiprocessing, delete_age, argument
592 self._gs_uri = gs_uri
828 def wait_for_gs_write_access(gs_uri): argument
836 test_cmd = _get_cmd_list(False, dummy_file.name, gs_uri)
842 os.path.join(gs_uri,
846 logging.debug('Unable to offload to %s, sleeping.', gs_uri)
871 self.gs_uri = utils.get_offload_gsuri()
872 logging.debug('Offloading to: %s', self.gs_uri)
885 self.gs_uri, multiprocessing, self._delete_age_limit,
1162 wait_for_gs_write_access(offloader.gs_uri)
/external/autotest/server/cros/
Dtradefed_test.py485 def _install_bundle(self, gs_uri): argument
487 if not gs_uri.endswith('.zip'):
488 raise error.TestFail('Error: Not a .zip file %s.', gs_uri)
495 cache_path = self._download_to_cache(gs_uri)
512 self._abi = 'x86' if 'x86-x86' in gs_uri else 'arm'
518 gs_uri = os.path.join(gs_dir, filename)
523 cache_path = self._download_to_cache(gs_uri)
/external/autotest/site_utils/stable_images/
Dassign_stable_images.py372 def _read_gs_json_data(gs_uri): argument
383 sp = subprocess.Popen(['gsutil', 'cat', gs_uri],