Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
Dutil.py318 def SetBotoConfigFileForTest(boto_config_path): argument
326 os.environ['BOTO_CONFIG'] = boto_config_path
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/testcase/
Dintegration_testcase.py466 boto_config_path = self.CreateTempFile(
468 with SetBotoConfigFileForTest(boto_config_path):