Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/
Dtest_oauth2_client.py357 self.mock_http.request(oauth2_client.METADATA_SERVER).AndReturn((
366 self.mock_http.request(oauth2_client.METADATA_SERVER).AndRaise(
375 self.mock_http.request(oauth2_client.METADATA_SERVER).AndReturn((
Doauth2_client.py71 METADATA_SERVER = 'http://metadata.google.internal' variable
73 META_TOKEN_URI = (METADATA_SERVER + '/computeMetadata/v1/instance/'
654 response, _ = http.request(METADATA_SERVER)