tempest: re-enable shelve tests for stable rocky

Related-Bug: #1653953
Depends-On: https://review.opendev.org/#/c/668119/
Change-Id: I1aa87fc16a37b6051e55c35ae69ef911a87d4c11
This commit is contained in:
Lee Yarwood 2019-06-28 10:30:54 +01:00
parent 2590c305f1
commit ffcba4bb55
1 changed files with 1 additions and 1 deletions

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|rocky) ]]; then
if [[ "$TARGET_BRANCH" =~ stable/(ocata|pike|queens) ]]; then
iniset $TEMPEST_CONFIG compute-feature-enabled shelve False
else
iniset $TEMPEST_CONFIG compute-feature-enabled shelve True