From 2264eeb971336444014c0a5a5c6681286023b9e1 Mon Sep 17 00:00:00 2001 From: YuvaTejaSreeGayam Date: Mon, 23 Dec 2024 15:33:30 +0530 Subject: [PATCH 1/5] Updated the conf file path in all test suites Signed-off-by: YuvaTejaSreeGayam --- suites/squid/rgw/tier-1_rgw_ms_datalog_and_crash.yaml | 1 + suites/squid/rgw/tier-1_rgw_ms_ecpool_regression_test.yaml | 1 + suites/squid/rgw/tier-2_rgw_3_way_multisite.yaml | 1 + suites/squid/rgw/tier-2_rgw_cloud_transition.yaml | 2 +- suites/squid/rgw/tier-2_rgw_ingress_multi_realm.yaml | 1 + suites/squid/rgw/tier-2_rgw_ms-archive.yaml | 1 + .../rgw/tier-2_rgw_ms-archive_resharding_granular_sync.yaml | 1 + suites/squid/rgw/tier-2_rgw_ms_async_data_notification.yaml | 1 + suites/squid/rgw/tier-2_rgw_ms_granular_sync_policy.yaml | 1 + suites/squid/rgw/tier-2_rgw_ms_regression_test.yaml | 1 + suites/squid/rgw/tier-2_rgw_ms_test_bucket_notifications.yaml | 2 +- suites/squid/rgw/tier-2_rgw_multisite_scenarios.yaml | 1 + suites/squid/rgw/tier-2_rgw_regression_test.yaml | 1 + suites/squid/rgw/tier-2_rgw_singlesite_to_multisite.yaml | 1 + suites/squid/rgw/tier-2_rgw_sts_aswi.yaml | 1 + .../rgw/tier-2_rgw_test_basic_sanity_with_d3n_enabled.yaml | 1 + suites/squid/rgw/tier-2_rgw_test_bucket_notifications.yaml | 1 + .../rgw/tier-2_rgw_test_bucket_notifications_kafka_sasl.yaml | 2 +- .../rgw/tier-2_rgw_test_bucket_notifications_kafka_ssl.yaml | 3 ++- suites/squid/rgw/tier-2_ssl_rgw_ecpool_test.yaml | 2 +- suites/squid/rgw/tier-2_ssl_rgw_ms_ecpool_test.yaml | 1 + suites/squid/rgw/tier-2_ssl_rgw_regression_test.yaml | 1 + suites/squid/rgw/tier-3_archive_zone_colocate_data_zone.yaml | 1 + suites/squid/rgw/tier-4-rgw.yaml | 2 +- 24 files changed, 25 insertions(+), 6 deletions(-) diff --git a/suites/squid/rgw/tier-1_rgw_ms_datalog_and_crash.yaml b/suites/squid/rgw/tier-1_rgw_ms_datalog_and_crash.yaml index 11df00ddd..6c8edc5f8 100644 --- a/suites/squid/rgw/tier-1_rgw_ms_datalog_and_crash.yaml +++ b/suites/squid/rgw/tier-1_rgw_ms_datalog_and_crash.yaml @@ -7,6 +7,7 @@ # The deployment is evaluated by running IOs across the environments. # This particular yaml runs the tests on the primary/master and verifies IOs on the slave/secondary site. +# global-conf: conf/squid/rgw/rgw_multisite.yaml tests: diff --git a/suites/squid/rgw/tier-1_rgw_ms_ecpool_regression_test.yaml b/suites/squid/rgw/tier-1_rgw_ms_ecpool_regression_test.yaml index 34d876ded..63884cd11 100644 --- a/suites/squid/rgw/tier-1_rgw_ms_ecpool_regression_test.yaml +++ b/suites/squid/rgw/tier-1_rgw_ms_ecpool_regression_test.yaml @@ -11,6 +11,7 @@ # secondary site. # In addition to the above, the data bucket is configured to use EC +# global-conf: conf/squid/rgw/ms-ec-profile-4+2-cluster.yaml --- tests: diff --git a/suites/squid/rgw/tier-2_rgw_3_way_multisite.yaml b/suites/squid/rgw/tier-2_rgw_3_way_multisite.yaml index 57ba49843..4e1751621 100644 --- a/suites/squid/rgw/tier-2_rgw_3_way_multisite.yaml +++ b/suites/squid/rgw/tier-2_rgw_3_way_multisite.yaml @@ -13,6 +13,7 @@ # In addition to the above, the data bucket is configured to use EC 2+2 # Sync IO rgws & Client IO rgws are sepearated +# global-conf: conf/squid/rgw/3-way-ms-ec-profile-2+2@4nodes.yaml --- tests: diff --git a/suites/squid/rgw/tier-2_rgw_cloud_transition.yaml b/suites/squid/rgw/tier-2_rgw_cloud_transition.yaml index baf029783..358761eab 100644 --- a/suites/squid/rgw/tier-2_rgw_cloud_transition.yaml +++ b/suites/squid/rgw/tier-2_rgw_cloud_transition.yaml @@ -1,5 +1,5 @@ # Test suite for cloud transition workflow - +# global-conf: conf/squid/rgw/cloud_transition.yaml tests: # Cluster deployment stage diff --git a/suites/squid/rgw/tier-2_rgw_ingress_multi_realm.yaml b/suites/squid/rgw/tier-2_rgw_ingress_multi_realm.yaml index 8c9e200b6..5b22ce811 100644 --- a/suites/squid/rgw/tier-2_rgw_ingress_multi_realm.yaml +++ b/suites/squid/rgw/tier-2_rgw_ingress_multi_realm.yaml @@ -3,6 +3,7 @@ # # This test suite evaluates the Ingress HAproxy deployment scenario wherein there exists more than one # RGW daemons configured with multiple realm, along with zones and zonegroups. +# global-conf: conf/squid/rgw/tier-1_rgw_multirealm.yaml tests: diff --git a/suites/squid/rgw/tier-2_rgw_ms-archive.yaml b/suites/squid/rgw/tier-2_rgw_ms-archive.yaml index 5cd81c06f..ea12ff2b0 100644 --- a/suites/squid/rgw/tier-2_rgw_ms-archive.yaml +++ b/suites/squid/rgw/tier-2_rgw_ms-archive.yaml @@ -1,3 +1,4 @@ +# global-conf: conf/squid/rgw/rgw_ms_archive.yaml tests: # Cluster deployment stage diff --git a/suites/squid/rgw/tier-2_rgw_ms-archive_resharding_granular_sync.yaml b/suites/squid/rgw/tier-2_rgw_ms-archive_resharding_granular_sync.yaml index e33794872..4c7a8e8d6 100644 --- a/suites/squid/rgw/tier-2_rgw_ms-archive_resharding_granular_sync.yaml +++ b/suites/squid/rgw/tier-2_rgw_ms-archive_resharding_granular_sync.yaml @@ -1,3 +1,4 @@ +# global-conf: conf/squid/rgw/rgw_ms_archive.yaml tests: # Cluster deployment stage diff --git a/suites/squid/rgw/tier-2_rgw_ms_async_data_notification.yaml b/suites/squid/rgw/tier-2_rgw_ms_async_data_notification.yaml index 495aa587e..72819f664 100644 --- a/suites/squid/rgw/tier-2_rgw_ms_async_data_notification.yaml +++ b/suites/squid/rgw/tier-2_rgw_ms_async_data_notification.yaml @@ -6,6 +6,7 @@ # cluster whereas the sec zone is part of the sec datacenter (cluster). # The deployment is evaluated by running IOs across the environments. +# global-conf: conf/squid/rgw/rgw_multisite.yaml tests: # Cluster deployment stage diff --git a/suites/squid/rgw/tier-2_rgw_ms_granular_sync_policy.yaml b/suites/squid/rgw/tier-2_rgw_ms_granular_sync_policy.yaml index 6e77ac2b4..b02e1b389 100644 --- a/suites/squid/rgw/tier-2_rgw_ms_granular_sync_policy.yaml +++ b/suites/squid/rgw/tier-2_rgw_ms_granular_sync_policy.yaml @@ -7,6 +7,7 @@ # The deployment is evaluated by running IOs across the environments. # feature ga'd in 6.1 +# global-conf: conf/squid/rgw/rgw_ms_archive.yaml tests: # Cluster deployment stage diff --git a/suites/squid/rgw/tier-2_rgw_ms_regression_test.yaml b/suites/squid/rgw/tier-2_rgw_ms_regression_test.yaml index 3ce07bf89..85fe82cc4 100644 --- a/suites/squid/rgw/tier-2_rgw_ms_regression_test.yaml +++ b/suites/squid/rgw/tier-2_rgw_ms_regression_test.yaml @@ -1,5 +1,6 @@ # This suites perform disabling and re enabling re-sharding feature and verifying DBR behavior # Verfies bucket generation +# global-conf: conf/squid/rgw/rgw_multisite.yaml tests: # Cluster deployment stage diff --git a/suites/squid/rgw/tier-2_rgw_ms_test_bucket_notifications.yaml b/suites/squid/rgw/tier-2_rgw_ms_test_bucket_notifications.yaml index f76c4b6fa..9baa32326 100644 --- a/suites/squid/rgw/tier-2_rgw_ms_test_bucket_notifications.yaml +++ b/suites/squid/rgw/tier-2_rgw_ms_test_bucket_notifications.yaml @@ -2,7 +2,7 @@ # Objective: Test bucket notifications with kafka endpoint # - with ack_type broker/none # - w/o persistent flag -# +# global-conf: conf/squid/rgw/tier-0_rgw.yaml tests: # Cluster deployment stage diff --git a/suites/squid/rgw/tier-2_rgw_multisite_scenarios.yaml b/suites/squid/rgw/tier-2_rgw_multisite_scenarios.yaml index 19a821c9d..3efa2659b 100644 --- a/suites/squid/rgw/tier-2_rgw_multisite_scenarios.yaml +++ b/suites/squid/rgw/tier-2_rgw_multisite_scenarios.yaml @@ -9,6 +9,7 @@ # The deployment is evaluated by disabling sync and running IOs across the environments. # This particular yaml runs the tests on the primary and verifies no objects syncs on the # secondary site and vice versa +# global-conf: conf/squid/rgw/rgw_multisite.yaml --- tests: diff --git a/suites/squid/rgw/tier-2_rgw_regression_test.yaml b/suites/squid/rgw/tier-2_rgw_regression_test.yaml index 29cd7d46f..8be961001 100644 --- a/suites/squid/rgw/tier-2_rgw_regression_test.yaml +++ b/suites/squid/rgw/tier-2_rgw_regression_test.yaml @@ -4,6 +4,7 @@ # https://github.com/red-hat-storage/ceph-qe-scripts/tree/master/rgw # each script under the above repo has a yaml ( config defined ) which is actually a test # We are calling the script and associated yaml here. +# global-conf: conf/squid/rgw/tier-0_rgw.yaml tests: - test: diff --git a/suites/squid/rgw/tier-2_rgw_singlesite_to_multisite.yaml b/suites/squid/rgw/tier-2_rgw_singlesite_to_multisite.yaml index 24ff1f56c..3c42e4ef2 100644 --- a/suites/squid/rgw/tier-2_rgw_singlesite_to_multisite.yaml +++ b/suites/squid/rgw/tier-2_rgw_singlesite_to_multisite.yaml @@ -3,6 +3,7 @@ # ceph-pri is master/primary site # ceph-sec is slave/secondary site # CEPH-83575355 - [single-site to multi-site conversion] Test no recovering shards are seen ( Bug 2026101) +# global-conf: conf/squid/rgw/rgw_multisite.yaml tests: diff --git a/suites/squid/rgw/tier-2_rgw_sts_aswi.yaml b/suites/squid/rgw/tier-2_rgw_sts_aswi.yaml index f89f5d366..56fb9d226 100644 --- a/suites/squid/rgw/tier-2_rgw_sts_aswi.yaml +++ b/suites/squid/rgw/tier-2_rgw_sts_aswi.yaml @@ -4,6 +4,7 @@ # Requires a 5 node cluster layout having only one node with RGW role. +# global-conf: conf/squid/rgw/tier-0_rgw.yaml tests: - test: abort-on-fail: true diff --git a/suites/squid/rgw/tier-2_rgw_test_basic_sanity_with_d3n_enabled.yaml b/suites/squid/rgw/tier-2_rgw_test_basic_sanity_with_d3n_enabled.yaml index f73f06c97..1cba3448c 100644 --- a/suites/squid/rgw/tier-2_rgw_test_basic_sanity_with_d3n_enabled.yaml +++ b/suites/squid/rgw/tier-2_rgw_test_basic_sanity_with_d3n_enabled.yaml @@ -1,4 +1,5 @@ # Objective: Test basic sanity feature with d3n-cache enabled +# global-conf: conf/squid/rgw/tier-0_rgw.yaml tests: - test: abort-on-fail: true diff --git a/suites/squid/rgw/tier-2_rgw_test_bucket_notifications.yaml b/suites/squid/rgw/tier-2_rgw_test_bucket_notifications.yaml index a985aca60..033695bb3 100644 --- a/suites/squid/rgw/tier-2_rgw_test_bucket_notifications.yaml +++ b/suites/squid/rgw/tier-2_rgw_test_bucket_notifications.yaml @@ -3,6 +3,7 @@ # - with ack_type broker/none # - w/o persistent flag # +# global-conf: conf/squid/rgw/tier-0_rgw.yaml tests: - test: abort-on-fail: true diff --git a/suites/squid/rgw/tier-2_rgw_test_bucket_notifications_kafka_sasl.yaml b/suites/squid/rgw/tier-2_rgw_test_bucket_notifications_kafka_sasl.yaml index b6988cdd3..0ae88f63f 100644 --- a/suites/squid/rgw/tier-2_rgw_test_bucket_notifications_kafka_sasl.yaml +++ b/suites/squid/rgw/tier-2_rgw_test_bucket_notifications_kafka_sasl.yaml @@ -4,7 +4,7 @@ # - with ack_type none and w/o persistent flag # - with SASL security type i.e., both SASL_PLAINTEXT and SASL_SSL # - with both mechanisms - PLAIN and SCRAM-SHA-256 - +# global-conf: conf/squid/rgw/tier-0_rgw.yaml tests: - test: abort-on-fail: true diff --git a/suites/squid/rgw/tier-2_rgw_test_bucket_notifications_kafka_ssl.yaml b/suites/squid/rgw/tier-2_rgw_test_bucket_notifications_kafka_ssl.yaml index 26973c24a..d32491d4c 100644 --- a/suites/squid/rgw/tier-2_rgw_test_bucket_notifications_kafka_ssl.yaml +++ b/suites/squid/rgw/tier-2_rgw_test_bucket_notifications_kafka_ssl.yaml @@ -1,8 +1,9 @@ # # Objective: Test bucket notifications with kafka endpoint # - with ack_type broker/none -## - w/o persistent flag +# - w/o persistent flag # - with SSL security type +# global-conf: conf/squid/rgw/tier-0_rgw.yaml tests: - test: diff --git a/suites/squid/rgw/tier-2_ssl_rgw_ecpool_test.yaml b/suites/squid/rgw/tier-2_ssl_rgw_ecpool_test.yaml index 43d29db07..602a75823 100644 --- a/suites/squid/rgw/tier-2_ssl_rgw_ecpool_test.yaml +++ b/suites/squid/rgw/tier-2_ssl_rgw_ecpool_test.yaml @@ -10,7 +10,7 @@ # role-id: # secret-id: # prefix: /v1/ -# +# global-conf: conf/squid/rgw/ec-profile-4+2-cluster.yaml --- tests: - test: diff --git a/suites/squid/rgw/tier-2_ssl_rgw_ms_ecpool_test.yaml b/suites/squid/rgw/tier-2_ssl_rgw_ms_ecpool_test.yaml index 823fd27e1..719b0c540 100644 --- a/suites/squid/rgw/tier-2_ssl_rgw_ms_ecpool_test.yaml +++ b/suites/squid/rgw/tier-2_ssl_rgw_ms_ecpool_test.yaml @@ -7,6 +7,7 @@ # EC pool 4+2 configuration # The deployment is evaluated by running IOs across the environments. +# global-conf: conf/squid/rgw/ms-ec-profile-4+2-cluster.yaml --- tests: diff --git a/suites/squid/rgw/tier-2_ssl_rgw_regression_test.yaml b/suites/squid/rgw/tier-2_ssl_rgw_regression_test.yaml index b81a33fb3..65063b208 100644 --- a/suites/squid/rgw/tier-2_ssl_rgw_regression_test.yaml +++ b/suites/squid/rgw/tier-2_ssl_rgw_regression_test.yaml @@ -4,6 +4,7 @@ # the test suite is to evaluate the STS functionality of RGW. # Requires a 5 node cluster layout having only one node with RGW role. +# global-conf: conf/squid/rgw/tier-0_rgw.yaml tests: - test: diff --git a/suites/squid/rgw/tier-3_archive_zone_colocate_data_zone.yaml b/suites/squid/rgw/tier-3_archive_zone_colocate_data_zone.yaml index 0c5dee56b..029d6a967 100644 --- a/suites/squid/rgw/tier-3_archive_zone_colocate_data_zone.yaml +++ b/suites/squid/rgw/tier-3_archive_zone_colocate_data_zone.yaml @@ -7,6 +7,7 @@ # master zone - pri # secondary zone - sec # archive zone - arc +# global-conf: conf/squid/rgw/tier-3_archive_zone_colocate_data_zone_conf.yaml --- diff --git a/suites/squid/rgw/tier-4-rgw.yaml b/suites/squid/rgw/tier-4-rgw.yaml index b6738b68d..390e27ce0 100644 --- a/suites/squid/rgw/tier-4-rgw.yaml +++ b/suites/squid/rgw/tier-4-rgw.yaml @@ -1,5 +1,5 @@ # This suite executes Tier 4 RGW tests - +# global-conf: conf/squid/rgw/tier-0_rgw.yaml tests: - test: abort-on-fail: true From 5a34d4132cc4b09635ec80dea8a3d98de3cb4d03 Mon Sep 17 00:00:00 2001 From: YuvaTejaSreeGayam Date: Mon, 23 Dec 2024 15:44:27 +0530 Subject: [PATCH 2/5] adding conf for suites in rgw squid Signed-off-by: YuvaTejaSreeGayam --- suites/squid/rgw/tier-2_rgw_cloud_transition.yaml | 2 ++ suites/squid/rgw/tier-2_rgw_ms_test_bucket_notifications.yaml | 4 +++- .../rgw/tier-2_rgw_test_bucket_notifications_kafka_sasl.yaml | 1 + .../rgw/tier-2_rgw_test_bucket_notifications_kafka_ssl.yaml | 2 +- suites/squid/rgw/tier-2_ssl_rgw_ecpool_test.yaml | 1 + suites/squid/rgw/tier-4-rgw.yaml | 1 + 6 files changed, 9 insertions(+), 2 deletions(-) diff --git a/suites/squid/rgw/tier-2_rgw_cloud_transition.yaml b/suites/squid/rgw/tier-2_rgw_cloud_transition.yaml index 358761eab..8111497fc 100644 --- a/suites/squid/rgw/tier-2_rgw_cloud_transition.yaml +++ b/suites/squid/rgw/tier-2_rgw_cloud_transition.yaml @@ -1,5 +1,7 @@ # Test suite for cloud transition workflow + # global-conf: conf/squid/rgw/cloud_transition.yaml + tests: # Cluster deployment stage diff --git a/suites/squid/rgw/tier-2_rgw_ms_test_bucket_notifications.yaml b/suites/squid/rgw/tier-2_rgw_ms_test_bucket_notifications.yaml index 9baa32326..3fe0235da 100644 --- a/suites/squid/rgw/tier-2_rgw_ms_test_bucket_notifications.yaml +++ b/suites/squid/rgw/tier-2_rgw_ms_test_bucket_notifications.yaml @@ -2,7 +2,9 @@ # Objective: Test bucket notifications with kafka endpoint # - with ack_type broker/none # - w/o persistent flag -# global-conf: conf/squid/rgw/tier-0_rgw.yaml +# +# global-conf: conf/squid/rgw/rgw_multisite.yaml + tests: # Cluster deployment stage diff --git a/suites/squid/rgw/tier-2_rgw_test_bucket_notifications_kafka_sasl.yaml b/suites/squid/rgw/tier-2_rgw_test_bucket_notifications_kafka_sasl.yaml index 0ae88f63f..2614077a7 100644 --- a/suites/squid/rgw/tier-2_rgw_test_bucket_notifications_kafka_sasl.yaml +++ b/suites/squid/rgw/tier-2_rgw_test_bucket_notifications_kafka_sasl.yaml @@ -5,6 +5,7 @@ # - with SASL security type i.e., both SASL_PLAINTEXT and SASL_SSL # - with both mechanisms - PLAIN and SCRAM-SHA-256 # global-conf: conf/squid/rgw/tier-0_rgw.yaml + tests: - test: abort-on-fail: true diff --git a/suites/squid/rgw/tier-2_rgw_test_bucket_notifications_kafka_ssl.yaml b/suites/squid/rgw/tier-2_rgw_test_bucket_notifications_kafka_ssl.yaml index d32491d4c..029f4022e 100644 --- a/suites/squid/rgw/tier-2_rgw_test_bucket_notifications_kafka_ssl.yaml +++ b/suites/squid/rgw/tier-2_rgw_test_bucket_notifications_kafka_ssl.yaml @@ -1,7 +1,7 @@ # # Objective: Test bucket notifications with kafka endpoint # - with ack_type broker/none -# - w/o persistent flag +## - w/o persistent flag # - with SSL security type # global-conf: conf/squid/rgw/tier-0_rgw.yaml diff --git a/suites/squid/rgw/tier-2_ssl_rgw_ecpool_test.yaml b/suites/squid/rgw/tier-2_ssl_rgw_ecpool_test.yaml index 602a75823..84148f885 100644 --- a/suites/squid/rgw/tier-2_ssl_rgw_ecpool_test.yaml +++ b/suites/squid/rgw/tier-2_ssl_rgw_ecpool_test.yaml @@ -10,6 +10,7 @@ # role-id: # secret-id: # prefix: /v1/ +# # global-conf: conf/squid/rgw/ec-profile-4+2-cluster.yaml --- tests: diff --git a/suites/squid/rgw/tier-4-rgw.yaml b/suites/squid/rgw/tier-4-rgw.yaml index 390e27ce0..d47d500eb 100644 --- a/suites/squid/rgw/tier-4-rgw.yaml +++ b/suites/squid/rgw/tier-4-rgw.yaml @@ -1,5 +1,6 @@ # This suite executes Tier 4 RGW tests # global-conf: conf/squid/rgw/tier-0_rgw.yaml + tests: - test: abort-on-fail: true From 6fa35cb36d0ff12ded8079b47f351e49e4dc14a3 Mon Sep 17 00:00:00 2001 From: YuvaTejaSreeGayam Date: Mon, 23 Dec 2024 15:46:59 +0530 Subject: [PATCH 3/5] adding conf path for suites in rgw squid Signed-off-by: YuvaTejaSreeGayam --- suites/squid/rgw/tier-2_ssl_rgw_ecpool_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suites/squid/rgw/tier-2_ssl_rgw_ecpool_test.yaml b/suites/squid/rgw/tier-2_ssl_rgw_ecpool_test.yaml index 84148f885..799b40d12 100644 --- a/suites/squid/rgw/tier-2_ssl_rgw_ecpool_test.yaml +++ b/suites/squid/rgw/tier-2_ssl_rgw_ecpool_test.yaml @@ -10,8 +10,8 @@ # role-id: # secret-id: # prefix: /v1/ -# # global-conf: conf/squid/rgw/ec-profile-4+2-cluster.yaml +# --- tests: - test: From f9cb10b44115481110cafe9288c4d62b560a45bb Mon Sep 17 00:00:00 2001 From: YuvaTejaSreeGayam Date: Mon, 23 Dec 2024 15:48:12 +0530 Subject: [PATCH 4/5] Changes to be committed: modified: suites/squid/rgw/tier-2_ssl_rgw_ecpool_test.yaml Signed-off-by: YuvaTejaSreeGayam --- suites/squid/rgw/tier-2_ssl_rgw_ecpool_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suites/squid/rgw/tier-2_ssl_rgw_ecpool_test.yaml b/suites/squid/rgw/tier-2_ssl_rgw_ecpool_test.yaml index 799b40d12..8a151fe9c 100644 --- a/suites/squid/rgw/tier-2_ssl_rgw_ecpool_test.yaml +++ b/suites/squid/rgw/tier-2_ssl_rgw_ecpool_test.yaml @@ -10,8 +10,8 @@ # role-id: # secret-id: # prefix: /v1/ +# # global-conf: conf/squid/rgw/ec-profile-4+2-cluster.yaml -# --- tests: - test: From 06773b74f0420427a0cf659382085b33f81400f2 Mon Sep 17 00:00:00 2001 From: YuvaTejaSreeGayam Date: Mon, 23 Dec 2024 15:51:05 +0530 Subject: [PATCH 5/5] Changes modified: suites/squid/rgw/tier-2_ssl_rgw_ecpool_test.yaml Signed-off-by: YuvaTejaSreeGayam --- suites/squid/rgw/tier-2_ssl_rgw_ecpool_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suites/squid/rgw/tier-2_ssl_rgw_ecpool_test.yaml b/suites/squid/rgw/tier-2_ssl_rgw_ecpool_test.yaml index 8a151fe9c..1632cb630 100644 --- a/suites/squid/rgw/tier-2_ssl_rgw_ecpool_test.yaml +++ b/suites/squid/rgw/tier-2_ssl_rgw_ecpool_test.yaml @@ -10,7 +10,7 @@ # role-id: # secret-id: # prefix: /v1/ -# +# # global-conf: conf/squid/rgw/ec-profile-4+2-cluster.yaml --- tests: