ceilometer: add tempest option to test events
event support in Ceilometer was implemented in Kilo. to enable
tests in tempest, we add an option to run tests only on Kilo+
branch.
Change-Id: Ia4a73b7df343e31e6301f8314490fd42a01b7cd0
diff --git a/lib/tempest b/lib/tempest
index f856ce0..06413f7 100644
--- a/lib/tempest
+++ b/lib/tempest
@@ -411,6 +411,7 @@
# 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.
iniset $TEMPEST_CONFIG telemetry too_slow_to_test "False"
+ iniset $TEMPEST_CONFIG telemetry-feature-enabled events "True"
# Object storage
local object_storage_api_extensions=${OBJECT_STORAGE_API_EXTENSIONS:-"all"}