From dba7abcf70d6d6459921f8d7493617fbff727d62 Mon Sep 17 00:00:00 2001 From: Anuchaithra Date: Fri, 10 Jan 2025 15:59:27 +0530 Subject: [PATCH] [Tier-2] Cephci integration of polarion ID: CEPH-83573254 Signed-off-by: Anuchaithra --- suites/reef/rgw/tier-1_rgw.yaml | 16 ++++++++++++++++ suites/squid/rgw/tier-1_rgw.yaml | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/suites/reef/rgw/tier-1_rgw.yaml b/suites/reef/rgw/tier-1_rgw.yaml index 8d3da3960..0a2cb6377 100644 --- a/suites/reef/rgw/tier-1_rgw.yaml +++ b/suites/reef/rgw/tier-1_rgw.yaml @@ -170,6 +170,22 @@ tests: config: script-name: ../s3cmd/test_s3cmd.py config-file-name: ../../s3cmd/configs/test_get_s3cmd.yaml + - test: + name: Header validation of Bucket Lifecycle expiration with date + desc: Test header validation bucket lifecycle expiration with date + polarion-id: CEPH-83573254 + module: sanity_rgw.py + config: + script-name: test_bucket_lifecycle_object_expiration_transition.py + config-file-name: test_lc_date_expire_header.yaml + - test: + name: Header validation of Bucket Lifecycle expiration with days + desc: Test header validation bucket lifecycle expiration with days + polarion-id: CEPH-83573254 + module: sanity_rgw.py + config: + script-name: test_bucket_lifecycle_object_expiration_transition.py + config-file-name: test_lc_days_expire_header.yaml - test: name: Indexless buckets desc: Indexless (blind) buckets diff --git a/suites/squid/rgw/tier-1_rgw.yaml b/suites/squid/rgw/tier-1_rgw.yaml index 8ec7510c9..003e612ed 100644 --- a/suites/squid/rgw/tier-1_rgw.yaml +++ b/suites/squid/rgw/tier-1_rgw.yaml @@ -194,6 +194,22 @@ tests: config: script-name: test_Mbuckets_with_Nobjects.py config-file-name: test_Mbuckets_with_Nobjects_get_object_attributes_multipart.yaml + - test: + name: Header validation of Bucket Lifecycle expiration with date + desc: Test header validation bucket lifecycle expiration with date + polarion-id: CEPH-83573254 + module: sanity_rgw.py + config: + script-name: test_bucket_lifecycle_object_expiration_transition.py + config-file-name: test_lc_date_expire_header.yaml + - test: + name: Header validation of Bucket Lifecycle expiration with days + desc: Test header validation bucket lifecycle expiration with days + polarion-id: CEPH-83573254 + module: sanity_rgw.py + config: + script-name: test_bucket_lifecycle_object_expiration_transition.py + config-file-name: test_lc_days_expire_header.yaml - test: name: Indexless buckets desc: Indexless (blind) buckets