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
223223s3tests_boto3/functional/test_s3.py::test_cors_presigned_put_object_with_acl
224224s3tests_boto3/functional/test_s3.py::test_cors_presigned_put_object_tenant
225225s3tests_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
137137s3tests_boto3/functional/test_s3.py::test_cors_presigned_put_object_with_acl
138138s3tests_boto3/functional/test_s3.py::test_cors_presigned_put_object_tenant
139139s3tests_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"
1717CEPH_LINK=" https://github.com/ceph/s3-tests.git"
1818# using a fixed version (commit) of ceph tests to avoid sudden changes.
1919# we should retest and update the version once in a while
20- CEPH_TESTS_VERSION=997f78d58ac7b991e555328953fc8e72d912a303
20+ CEPH_TESTS_VERSION=88fd8670072cf4b7559908419c67cfaaca02c794
2121if [ ! -d $DIRECTORY ]; then
2222 echo " Downloading Ceph S3 Tests..."
2323 git clone $CEPH_LINK
You can’t perform that action at this time.
0 commit comments