Change-Id: I641cda1c51ec00ae2d550e5d08b4648cd1ac3b54
| ... | ... |
@@ -343,7 +343,7 @@ function configure_tempest {
|
| 343 | 343 |
# NOTE- To avoid microversion tests failure on stable branch, we need to change "tempest_compute_max_microversion" |
| 344 | 344 |
# for stable branch on each release which should be changed from "latest" to max supported version of that release. |
| 345 | 345 |
local tempest_compute_min_microversion=${TEMPEST_COMPUTE_MIN_MICROVERSION:-None}
|
| 346 |
- local tempest_compute_max_microversion=${TEMPEST_COMPUTE_MAX_MICROVERSION:-"latest"}
|
|
| 346 |
+ local tempest_compute_max_microversion=${TEMPEST_COMPUTE_MAX_MICROVERSION:-"2.25"}
|
|
| 347 | 347 |
# Reset microversions to None where v2.0 is running which does not support microversion. |
| 348 | 348 |
# Both "None" means no microversion testing. |
| 349 | 349 |
if [[ "$TEMPEST_COMPUTE_TYPE" == "compute_legacy" ]]; then |