Merge "ceilometer: add tempest option to test events"

This commit is contained in:
Jenkins 2015-06-09 23:06:38 +00:00 committed by Gerrit Code Review
commit 84acb7a3a9

View File

@ -438,6 +438,7 @@ function configure_tempest {
# Ceilometer API optimization happened in Juno that allows to run more tests in tempest. # Ceilometer API optimization happened in Juno that allows to run more tests in tempest.
# Once Tempest retires support for icehouse this flag can be removed. # Once Tempest retires support for icehouse this flag can be removed.
iniset $TEMPEST_CONFIG telemetry too_slow_to_test "False" iniset $TEMPEST_CONFIG telemetry too_slow_to_test "False"
iniset $TEMPEST_CONFIG telemetry-feature-enabled events "True"
# Object Store # Object Store
local object_storage_api_extensions=${OBJECT_STORAGE_API_EXTENSIONS:-"all"} local object_storage_api_extensions=${OBJECT_STORAGE_API_EXTENSIONS:-"all"}