Browse code

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

gordon chung authored on 2015/03/17 05:33:01
Showing 1 changed files
... ...
@@ -411,6 +411,7 @@ function configure_tempest {
411 411
     # Ceilometer API optimization happened in juno that allows to run more tests in tempest.
412 412
     # Once Tempest retires support for icehouse this flag can be removed.
413 413
     iniset $TEMPEST_CONFIG telemetry too_slow_to_test "False"
414
+    iniset $TEMPEST_CONFIG telemetry-feature-enabled events "True"
414 415
 
415 416
     # Object storage
416 417
     local object_storage_api_extensions=${OBJECT_STORAGE_API_EXTENSIONS:-"all"}