Skip to content

Commit de96bdd

Browse files
committed
Removed the ceph s3 faulty test - test_lifecycle_expiration_tags1
Signed-off-by: Aayush Chouhan <achouhan@redhat.com>
1 parent 0c49cb6 commit de96bdd

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

docs/dev_guide/ceph_s3_tests/ceph_s3_tests_pending_list_status.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,5 @@ Attached a table with tests that where investigated and their status (this table
5050
| test_get_bucket_encryption_s3 | Faulty Test | [613](https://github.com/ceph/s3-tests/issues/613) |
5151
| test_get_bucket_encryption_kms | Faulty Test | [613](https://github.com/ceph/s3-tests/issues/613) |
5252
| test_delete_bucket_encryption_s3 | Faulty Test | [613](https://github.com/ceph/s3-tests/issues/613) |
53-
| test_delete_bucket_encryption_kms | Faulty Test | [613](https://github.com/ceph/s3-tests/issues/613) |
53+
| test_delete_bucket_encryption_kms | Faulty Test | [613](https://github.com/ceph/s3-tests/issues/613) |
54+
| test_lifecycle_expiration_tags1 | Faulty Test | [638](https://github.com/ceph/s3-tests/issues/638) | There can be more such tests having the same issue (`Filter` is not aligned with aws structure in bucket lifecycle configuration) |

src/test/system_tests/ceph_s3_tests/s3-tests-lists/nsfs_s3_tests_pending_list.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,4 +153,5 @@ s3tests/functional/test_headers.py::test_bucket_create_bad_date_none_aws2
153153
s3tests_boto3/functional/test_s3.py::test_versioned_concurrent_object_create_and_remove
154154
s3tests_boto3/functional/test_s3.py::test_object_presigned_put_object_with_acl_tenant
155155
s3tests_boto3/functional/test_s3.py::test_get_undefined_public_block
156-
s3tests_boto3/functional/test_s3.py::test_get_public_block_deny_bucket_policy
156+
s3tests_boto3/functional/test_s3.py::test_get_public_block_deny_bucket_policy
157+
s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_tags1

src/test/system_tests/ceph_s3_tests/s3-tests-lists/s3_tests_pending_list.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,5 @@ s3tests_boto3/functional/test_s3.py::test_get_public_block_deny_bucket_policy
142142
s3tests_boto3/functional/test_s3.py::test_get_bucket_encryption_s3
143143
s3tests_boto3/functional/test_s3.py::test_get_bucket_encryption_kms
144144
s3tests_boto3/functional/test_s3.py::test_delete_bucket_encryption_s3
145-
s3tests_boto3/functional/test_s3.py::test_delete_bucket_encryption_kms
145+
s3tests_boto3/functional/test_s3.py::test_delete_bucket_encryption_kms
146+
s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_tags1

0 commit comments

Comments
 (0)