Disable compute shelve tests

This is to workaround this test which is not currently
working:

https://review.openstack.org/#/c/471352/

Change-Id: I9506e326f9432eda3a057996805d4b0cd7a91446
This commit is contained in:
Eric Harney 2017-06-13 12:07:51 -04:00
parent 1e808b7ec7
commit ff6bdd7454
1 changed files with 7 additions and 0 deletions

View File

@ -85,6 +85,13 @@ elif [[ "$1" == "stack" && "$2" == "post-config" ]]; then
elif [[ "$1" == "stack" && "$2" == "test-config" ]]; then
if is_service_enabled tempest; then
iniset $TEMPEST_CONFIG compute-feature-enabled swap_volume False
# This is only being set because the tempest test
# test_shelve_unshelve_server fails with an
# "After unshelve, shelved image is not deleted"
# failure. Re-enable this feature when that test is fixed.
# https://review.openstack.org/#/c/471352/
iniset $TEMPEST_CONFIG compute-feature-enabled shelve False
fi
fi