diff --git a/src/test/system_tests/ceph_s3_tests/s3-tests-lists/nsfs_s3_tests_pending_list.txt b/src/test/system_tests/ceph_s3_tests/s3-tests-lists/nsfs_s3_tests_pending_list.txt index 8bd040a1b4..86baacc934 100644 --- a/src/test/system_tests/ceph_s3_tests/s3-tests-lists/nsfs_s3_tests_pending_list.txt +++ b/src/test/system_tests/ceph_s3_tests/s3-tests-lists/nsfs_s3_tests_pending_list.txt @@ -223,4 +223,11 @@ s3tests_boto3/functional/test_s3.py::test_cors_presigned_put_object s3tests_boto3/functional/test_s3.py::test_cors_presigned_put_object_with_acl s3tests_boto3/functional/test_s3.py::test_cors_presigned_put_object_tenant s3tests_boto3/functional/test_s3.py::test_cors_presigned_put_object_tenant_with_acl -s3tests_boto3/functional/test_s3.py::test_object_presigned_put_object_with_acl_tenant \ No newline at end of file +s3tests_boto3/functional/test_s3.py::test_object_presigned_put_object_with_acl_tenant +s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_newer_noncurrent +s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_size_gt +s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_size_lt +s3tests_boto3/functional/test_s3.py::test_object_lock_delete_multipart_object_with_retention +s3tests_boto3/functional/test_s3.py::test_object_lock_delete_multipart_object_with_legal_hold_on +s3tests_boto3/functional/test_s3.py::test_get_undefined_public_block +s3tests_boto3/functional/test_s3.py::test_get_public_block_deny_bucket_policy \ No newline at end of file diff --git a/src/test/system_tests/ceph_s3_tests/s3-tests-lists/s3_tests_pending_list.txt b/src/test/system_tests/ceph_s3_tests/s3-tests-lists/s3_tests_pending_list.txt index e9e16bc2d5..5983b70872 100644 --- a/src/test/system_tests/ceph_s3_tests/s3-tests-lists/s3_tests_pending_list.txt +++ b/src/test/system_tests/ceph_s3_tests/s3-tests-lists/s3_tests_pending_list.txt @@ -137,4 +137,11 @@ s3tests_boto3/functional/test_s3.py::test_cors_presigned_put_object s3tests_boto3/functional/test_s3.py::test_cors_presigned_put_object_with_acl s3tests_boto3/functional/test_s3.py::test_cors_presigned_put_object_tenant s3tests_boto3/functional/test_s3.py::test_cors_presigned_put_object_tenant_with_acl -s3tests_boto3/functional/test_s3.py::test_object_presigned_put_object_with_acl_tenant \ No newline at end of file +s3tests_boto3/functional/test_s3.py::test_object_presigned_put_object_with_acl_tenant +s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_newer_noncurrent +s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_size_gt +s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_size_lt +s3tests_boto3/functional/test_s3.py::test_object_lock_delete_multipart_object_with_retention +s3tests_boto3/functional/test_s3.py::test_object_lock_delete_multipart_object_with_legal_hold_on +s3tests_boto3/functional/test_s3.py::test_get_undefined_public_block +s3tests_boto3/functional/test_s3.py::test_get_public_block_deny_bucket_policy \ No newline at end of file diff --git a/src/test/system_tests/ceph_s3_tests/test_ceph_s3_deploy.sh b/src/test/system_tests/ceph_s3_tests/test_ceph_s3_deploy.sh index a3366c2498..65a2528be4 100755 --- a/src/test/system_tests/ceph_s3_tests/test_ceph_s3_deploy.sh +++ b/src/test/system_tests/ceph_s3_tests/test_ceph_s3_deploy.sh @@ -17,7 +17,7 @@ DIRECTORY="s3-tests" CEPH_LINK="https://github.com/ceph/s3-tests.git" # using a fixed version (commit) of ceph tests to avoid sudden changes. # we should retest and update the version once in a while -CEPH_TESTS_VERSION=997f78d58ac7b991e555328953fc8e72d912a303 +CEPH_TESTS_VERSION=88fd8670072cf4b7559908419c67cfaaca02c794 if [ ! -d $DIRECTORY ]; then echo "Downloading Ceph S3 Tests..." git clone $CEPH_LINK