Merge "Reduce the alarm_threshold value to make autoscaling test stable"

This commit is contained in:
Zuul 2019-04-13 02:10:34 +00:00 committed by Gerrit Code Review
commit f1ac9663e0
1 changed files with 1 additions and 1 deletions

View File

@ -404,7 +404,7 @@ if is_service_enabled ceilometer; then
start_ceilometer
elif [[ "$1" == "stack" && "$2" == "test-config" ]]; then
iniset $TEMPEST_CONFIG telemetry alarm_granularity $CEILOMETER_ALARM_GRANULARITY
iniset $TEMPEST_CONFIG telemetry alarm_threshold 10000000000
iniset $TEMPEST_CONFIG telemetry alarm_threshold 10000000
iniset $TEMPEST_CONFIG telemetry alarm_metric_name cpu
iniset $TEMPEST_CONFIG telemetry alarm_aggregation_method rate:mean
fi