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:
Lee Yarwood
2019-06-28 10:33:21 +01:00
parent 248df63d78
commit 04871bee0c

View File

@@ -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