Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
Dtest_mb.py20 from gslib.tests.testcase.integration_testcase import SkipForS3
27 @SkipForS3('S3 returns success when bucket already exists.')
Dtest_trace.py21 from gslib.tests.testcase.integration_testcase import SkipForS3
25 @SkipForS3('--trace-token is supported only on GCS JSON API.')
Dtest_setmeta.py21 from gslib.tests.testcase.integration_testcase import SkipForS3
61 @SkipForS3('Preconditions not supported for s3 objects')
86 @SkipForS3('Preconditions not supported for s3 objects')
136 @SkipForS3('Only ASCII characters are supported for x-amz-meta headers')
Dtest_logging.py20 from gslib.tests.testcase.integration_testcase import SkipForS3
24 @SkipForS3('Logging command requires S3 ACL configuration on target bucket.')
Dtest_web.py21 from gslib.tests.testcase.integration_testcase import SkipForS3
30 @SkipForS3('Web set not supported for S3, web get returns XML.')
Dtest_bucketconfig.py19 from gslib.tests.testcase.integration_testcase import SkipForS3
54 @SkipForS3('A number of configs in this test are not supported by S3')
Dtest_ls.py27 from gslib.tests.testcase.integration_testcase import SkipForS3
217 @SkipForS3('S3 bucket configuration values are not supported via ls.')
233 @SkipForS3('S3 bucket configuration values are not supported via ls.')
262 @SkipForS3('S3 bucket configuration values are not supported via ls.')
427 @SkipForS3('S3 anonymous access is not supported.')
Dtest_Doption.py24 from gslib.tests.testcase.integration_testcase import SkipForS3
30 @SkipForS3('-D output is implementation-specific.')
Dtest_cp.py52 from gslib.tests.testcase.integration_testcase import SkipForS3
557 @SkipForS3('S3 lists versioned objects in reverse timestamp order.')
632 @SkipForS3('Preconditions not supported for S3.')
653 @SkipForS3('Preconditions not supported for S3.')
702 @SkipForS3('S3 lists versioned objects in reverse timestamp order.')
1286 @SkipForS3('No resumable upload support for S3.')
1304 @SkipForS3('No resumable upload support for S3.')
1331 @SkipForS3('No resumable upload support for S3.')
1354 @SkipForS3('No resumable upload support for S3.')
1363 @SkipForS3('No resumable upload support for S3.')
[all …]
Dtest_compose.py22 from gslib.tests.testcase.integration_testcase import SkipForS3
26 @SkipForS3('S3 does not support object composition.')
Dtest_signurl.py23 from gslib.tests.testcase.integration_testcase import SkipForS3
30 @SkipForS3('Signed URLs are only supported for gs:// URLs.')
Dtest_defacl.py23 from gslib.tests.testcase.integration_testcase import SkipForS3
29 @SkipForS3('S3 does not support default object ACLs.')
Dtest_lifecycle.py25 from gslib.tests.testcase.integration_testcase import SkipForS3
32 @SkipForS3('Lifecycle command is only supported for gs:// URLs')
Dtest_du.py20 from gslib.tests.testcase.integration_testcase import SkipForS3
156 @SkipForS3('S3 lists versions in reverse order.')
Dtest_cors.py24 from gslib.tests.testcase.integration_testcase import SkipForS3
30 @SkipForS3('CORS command is only supported for gs:// URLs')
Dtest_rm.py23 from gslib.tests.testcase.integration_testcase import SkipForS3
275 @SkipForS3('Listing/removing S3 DeleteMarkers is not supported')
421 @SkipForS3('GCS versioning headers not supported by S3')
Dtest_acl.py28 from gslib.tests.testcase.integration_testcase import SkipForS3
48 @SkipForS3('Tests use GS ACL model.')
Dtest_rsync.py22 from gslib.tests.testcase.integration_testcase import SkipForS3
763 @SkipForS3('S3 does not support composite objects')
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/testcase/
Dintegration_testcase.py73 def SkipForS3(reason): function