From 71e4e6f601381494e640f424876bad0f92b6dc9b Mon Sep 17 00:00:00 2001 From: gordon chung Date: Mon, 16 Mar 2015 16:33:01 -0400 Subject: [PATCH] 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 --- lib/tempest | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/tempest b/lib/tempest index f856ce05f9..06413f7110 100644 --- a/lib/tempest +++ b/lib/tempest @@ -411,6 +411,7 @@ function configure_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. 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"}