tempest: re-enable shelve tests for stable queens
Related-Bug: #1653953 Depends-On: https://review.opendev.org/#/c/668123/ Change-Id: I3e1f9683a28a2e2e67a0327031f0670f33391126
This commit is contained in:
@@ -99,7 +99,7 @@ elif [[ "$1" == "stack" && "$2" == "test-config" ]]; then
|
||||
|
||||
# Only enable shelve testing for branches which have the fix for
|
||||
# nova bug 1653953.
|
||||
if [[ "$TARGET_BRANCH" =~ stable/(ocata|pike|queens) ]]; then
|
||||
if [[ "$TARGET_BRANCH" =~ stable/(ocata|pike) ]]; then
|
||||
iniset $TEMPEST_CONFIG compute-feature-enabled shelve False
|
||||
else
|
||||
iniset $TEMPEST_CONFIG compute-feature-enabled shelve True
|
||||
|
||||
Reference in New Issue
Block a user