Add flag for ceilometer tests
Added flag for enable or disable tests for ceilometer feature of fast work with databases Change-Id: If68c2b733358a98f56265b70c31366e6a9120dfa
This commit is contained in:
parent
a0ced4df00
commit
2541d611ff
@ -336,6 +336,11 @@ function configure_tempest {
|
||||
# Large Ops Number
|
||||
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"
|
||||
|
||||
# Volume
|
||||
if ! is_service_enabled c-bak; then
|
||||
iniset $TEMPEST_CONFIG volume-feature-enabled backup False
|
||||
|
Loading…
x
Reference in New Issue
Block a user