From b28938f828e672f636ced982931658b6e654ea84 Mon Sep 17 00:00:00 2001 From: Vidushi Mishra Date: Tue, 21 Jan 2025 11:33:38 +0530 Subject: [PATCH] Test bucket listing does not cause abnormal client IO Signed-off-by: Vidushi Mishra --- suites/reef/rgw/baremetal/scale_rgw_single_site.yaml | 9 +++++++++ suites/squid/rgw/baremetal/scale_rgw_single_site.yaml | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/suites/reef/rgw/baremetal/scale_rgw_single_site.yaml b/suites/reef/rgw/baremetal/scale_rgw_single_site.yaml index 4e3feab24a5..cfc39be6812 100644 --- a/suites/reef/rgw/baremetal/scale_rgw_single_site.yaml +++ b/suites/reef/rgw/baremetal/scale_rgw_single_site.yaml @@ -141,3 +141,12 @@ tests: script-name: ../s3cmd/test_s3cmd.py config-file-name: ../../s3cmd/configs/test_disable_and_enable_dynamic_resharding_with_10k_bucket.yaml timeout: 9000 + - test: + name: Test bucket listing not cause abnormal client IO + desc: Test bucket listing not cause abnormal client IO + polarion-id: CEPH-83605383 + module: sanity_rgw.py + config: + script-name: test_bucket_listing.py + config-file-name: test_bucket_listing_fake_mp.yaml + comments: Bug 2329090 diff --git a/suites/squid/rgw/baremetal/scale_rgw_single_site.yaml b/suites/squid/rgw/baremetal/scale_rgw_single_site.yaml index 9b87b6be9a2..9a4a5c0ebfe 100644 --- a/suites/squid/rgw/baremetal/scale_rgw_single_site.yaml +++ b/suites/squid/rgw/baremetal/scale_rgw_single_site.yaml @@ -146,3 +146,12 @@ tests: script-name: ../s3cmd/test_s3cmd.py config-file-name: ../../s3cmd/configs/test_disable_and_enable_dynamic_resharding_with_10k_bucket.yaml timeout: 9000 + - test: + name: Test bucket listing not cause abnormal client IO + desc: Test bucket listing not cause abnormal client IO + polarion-id: CEPH-83605383 + module: sanity_rgw.py + config: + script-name: test_bucket_listing.py + config-file-name: test_bucket_listing_fake_mp.yaml + comments: Bug 2327880