Added flag for enable or disable tests for ceilometer
feature of fast work with databases
Change-Id: If68c2b733358a98f56265b70c31366e6a9120dfa
| ... | ... |
@@ -336,6 +336,11 @@ function configure_tempest {
|
| 336 | 336 |
# Large Ops Number |
| 337 | 337 |
iniset $TEMPEST_CONFIG scenario large_ops_number ${TEMPEST_LARGE_OPS_NUMBER:-0}
|
| 338 | 338 |
|
| 339 |
+ # Telemetry |
|
| 340 |
+ # Ceilometer API optimization happened in juno that allows to run more tests in tempest. |
|
| 341 |
+ # Once Tempest retires support for icehouse this flag can be removed. |
|
| 342 |
+ iniset $TEMPEST_CONFIG telemetry too_slow_to_test "False" |
|
| 343 |
+ |
|
| 339 | 344 |
# Volume |
| 340 | 345 |
if ! is_service_enabled c-bak; then |
| 341 | 346 |
iniset $TEMPEST_CONFIG volume-feature-enabled backup False |