From e89126f6a446ad9a8e17a0e6481644403f8d5a22 Mon Sep 17 00:00:00 2001 From: gordon chung Date: Fri, 28 Aug 2015 15:29:14 -0400 Subject: [PATCH] remove too_slow_to_test flag this flag was added to deal with inefficiencies of Icehouse. this patch removes flag as it's not used in post-Icehouse Change-Id: Ib715e68dc61f3c3ea0a40fae0ea57028e36285bd Depends-On: I842dfe04725b2482399c0e95b54403fb82001645 --- lib/tempest | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/tempest b/lib/tempest index be24da6b61..fe90023c06 100644 --- a/lib/tempest +++ b/lib/tempest @@ -447,9 +447,6 @@ function configure_tempest { iniset $TEMPEST_CONFIG scenario large_ops_number ${TEMPEST_LARGE_OPS_NUMBER:-0} # Telemetry - # 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