Skip to content

Commit

Permalink
fixed typo on funtests (krkn-chaos#582)
Browse files Browse the repository at this point in the history
Signed-off-by: Tullio Sebastiani <[email protected]>
  • Loading branch information
tsebastiani authored Mar 1, 2024
1 parent 0f5dfcb commit a1cf9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI/tests/test_telemetry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function functional_test_telemetry {
yq -i '.telemetry.enabled=True' CI/config/common_test_config.yaml
yq -i '.telemetry.full_prometheus_backup=True' CI/config/common_test_config.yaml
yq -i '.performance_monitoring.check_critical_alerts=True' CI/config/common_test_config.yaml
yq -i '.performance_monitoring.prometheus_url="http://localhost:9090"' CI/config/common_test_config.yaml"
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="arcaflow_scenarios"
Expand Down

0 comments on commit a1cf9e2

Please sign in to comment.