Home
last modified time | relevance | path

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

/tools/asuite/atest/logstorage/
Datest_gcp_utils.py71 def get_refreshed_credential_from_file(self, creds_file_path): argument
80 credential = self.get_credential_from_file(creds_file_path)
91 def get_credential_from_file(self, creds_file_path): argument
101 filename=os.path.abspath(creds_file_path),
108 def get_credential_with_auth_flow(self, creds_file_path): argument
131 credentials = self.get_refreshed_credential_from_file(creds_file_path)
134 filename=os.path.abspath(creds_file_path),