summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-08-22 00:06:28 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2018-09-20 08:52:07 +0200
commitc4523da3da724e93bffe4f2ab4d84fbf55da8d11 (patch)
tree97caf4a42cd2dc234b348b0ce78da7e6da1eee1a
parent290b7934b5bb3af74e0eb7d272cbd3637dbd680f (diff)
Temporarily disable shelve
They are blocking in Orange Openlab as the support is missing. A dynamic check has to be implemented before activating it. Change-Id: I8d87251fa4589f96d3515e411aeec5e79b7e7960 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 1da4b519f8e73d3be9e37f9d72367654bf662e63)
-rw-r--r--functest/opnfv_tests/openstack/tempest/conf_utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/functest/opnfv_tests/openstack/tempest/conf_utils.py b/functest/opnfv_tests/openstack/tempest/conf_utils.py
index f9914ceb1..78a791ca9 100644
--- a/functest/opnfv_tests/openstack/tempest/conf_utils.py
+++ b/functest/opnfv_tests/openstack/tempest/conf_utils.py
@@ -199,6 +199,7 @@ def configure_tempest_update_params(
# enable multinode tests
rconfig.set('compute', 'min_compute_nodes', compute_cnt)
rconfig.set('compute-feature-enabled', 'live_migration', True)
+ rconfig.set('compute-feature-enabled', 'shelve', False)
if os.environ.get('OS_REGION_NAME'):
rconfig.set('identity', 'region', os.environ.get('OS_REGION_NAME'))
identity_api_version = os.environ.get("OS_IDENTITY_API_VERSION", '3')