File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed
src/test/system_tests/ceph_s3_tests Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -223,4 +223,11 @@ s3tests_boto3/functional/test_s3.py::test_cors_presigned_put_object
223
223
s3tests_boto3/functional/test_s3.py::test_cors_presigned_put_object_with_acl
224
224
s3tests_boto3/functional/test_s3.py::test_cors_presigned_put_object_tenant
225
225
s3tests_boto3/functional/test_s3.py::test_cors_presigned_put_object_tenant_with_acl
226
- s3tests_boto3/functional/test_s3.py::test_object_presigned_put_object_with_acl_tenant
226
+ s3tests_boto3/functional/test_s3.py::test_object_presigned_put_object_with_acl_tenant
227
+ s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_newer_noncurrent
228
+ s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_size_gt
229
+ s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_size_lt
230
+ s3tests_boto3/functional/test_s3.py::test_object_lock_delete_multipart_object_with_retention
231
+ s3tests_boto3/functional/test_s3.py::test_object_lock_delete_multipart_object_with_legal_hold_on
232
+ s3tests_boto3/functional/test_s3.py::test_get_undefined_public_block
233
+ s3tests_boto3/functional/test_s3.py::test_get_public_block_deny_bucket_policy
Original file line number Diff line number Diff line change @@ -137,4 +137,11 @@ s3tests_boto3/functional/test_s3.py::test_cors_presigned_put_object
137
137
s3tests_boto3/functional/test_s3.py::test_cors_presigned_put_object_with_acl
138
138
s3tests_boto3/functional/test_s3.py::test_cors_presigned_put_object_tenant
139
139
s3tests_boto3/functional/test_s3.py::test_cors_presigned_put_object_tenant_with_acl
140
- s3tests_boto3/functional/test_s3.py::test_object_presigned_put_object_with_acl_tenant
140
+ s3tests_boto3/functional/test_s3.py::test_object_presigned_put_object_with_acl_tenant
141
+ s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_newer_noncurrent
142
+ s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_size_gt
143
+ s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_size_lt
144
+ s3tests_boto3/functional/test_s3.py::test_object_lock_delete_multipart_object_with_retention
145
+ s3tests_boto3/functional/test_s3.py::test_object_lock_delete_multipart_object_with_legal_hold_on
146
+ s3tests_boto3/functional/test_s3.py::test_get_undefined_public_block
147
+ s3tests_boto3/functional/test_s3.py::test_get_public_block_deny_bucket_policy
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ DIRECTORY="s3-tests"
17
17
CEPH_LINK=" https://github.com/ceph/s3-tests.git"
18
18
# using a fixed version (commit) of ceph tests to avoid sudden changes.
19
19
# we should retest and update the version once in a while
20
- CEPH_TESTS_VERSION=997f78d58ac7b991e555328953fc8e72d912a303
20
+ CEPH_TESTS_VERSION=88fd8670072cf4b7559908419c67cfaaca02c794
21
21
if [ ! -d $DIRECTORY ]; then
22
22
echo " Downloading Ceph S3 Tests..."
23
23
git clone $CEPH_LINK
You can’t perform that action at this time.
0 commit comments