Merge "ceilometer: add tempest option to test events"
diff --git a/lib/tempest b/lib/tempest
index 95715a3..c4ae05f 100644
--- a/lib/tempest
+++ b/lib/tempest
@@ -438,6 +438,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 Store
     local object_storage_api_extensions=${OBJECT_STORAGE_API_EXTENSIONS:-"all"}