From a13150b0f55eb1c773fe2c67437f1d3c46b09f96 Mon Sep 17 00:00:00 2001 From: Paige Patton <64206430+paigerube14@users.noreply.github.com> Date: Tue, 13 Jan 2026 10:16:26 -0500 Subject: [PATCH] changing telemetry test to pod scenarios (#1052) Signed-off-by: Paige Patton --- CI/tests/test_telemetry.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CI/tests/test_telemetry.sh b/CI/tests/test_telemetry.sh index 5621f2bd..fe435386 100644 --- a/CI/tests/test_telemetry.sh +++ b/CI/tests/test_telemetry.sh @@ -18,9 +18,8 @@ function functional_test_telemetry { yq -i '.performance_monitoring.prometheus_url="http://localhost:9090"' CI/config/common_test_config.yaml yq -i '.telemetry.run_tag=env(RUN_TAG)' CI/config/common_test_config.yaml - export scenario_type="hog_scenarios" - - export scenario_file="scenarios/kube/cpu-hog.yml" + export scenario_type="pod_disruption_scenarios" + export scenario_file="scenarios/kind/pod_etcd.yml" export post_config="" envsubst < CI/config/common_test_config.yaml > CI/config/telemetry.yaml