Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
Dutil.py49 HAS_S3_CREDS = _HasS3Credentials() variable
Dtest_cp.py54 from gslib.tests.util import HAS_S3_CREDS
787 @unittest.skipUnless(HAS_S3_CREDS, 'Test requires both S3 and GS credentials')
796 @unittest.skipUnless(HAS_S3_CREDS, 'Test requires both S3 and GS credentials')
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
Dtest.py476 if not tests.util.HAS_S3_CREDS: