From: Callum James Date: Thu, 19 Mar 2026 13:58:40 +0000 (+0000) Subject: qa: Added basic stretch cluster to KNOWN COLLECTIONS X-Git-Tag: testing/wip-pdonnell-testing-20260324.143716~1^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6520a90d966e7a80fead7b518c88e73eeedcb9c8;p=ceph-ci.git qa: Added basic stretch cluster to KNOWN COLLECTIONS Signed-off-by: Callum James --- diff --git a/qa/workunits/test_telemetry_squid.sh b/qa/workunits/test_telemetry_squid.sh index 332ed1c047c..c8da926651c 100755 --- a/qa/workunits/test_telemetry_squid.sh +++ b/qa/workunits/test_telemetry_squid.sh @@ -30,7 +30,7 @@ ceph -s REPORTED_COLLECTIONS=$(ceph telemetry collection ls) NUM_REPORTED_COLLECTIONS=$(echo "$REPORTED_COLLECTIONS" | awk '/^NAME/ {flag=1; next} flag' | wc -l) KNOWN_COLLECTIONS=("basic_base" "basic_mds_metadata" "basic_pool_flags" "basic_pool_options_bluestore" - "basic_pool_usage" "basic_rook_v01" "basic_usage_by_class" "crash_base" + "basic_pool_usage" "basic_rook_v01" "basic_stretch_cluster" "basic_usage_by_class" "crash_base" "device_base" "ident_base" "perf_memory_metrics" "perf_perf") if ! [[ $NUM_REPORTED_COLLECTIONS == "${#KNOWN_COLLECTIONS[@]}" ]];