aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-11-21 00:33:01 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2019-11-22 13:44:02 +0100
commit0e6bc6efaeb83163f693459370659ee90a1f6386 (patch)
treed1997964261d06c80fc1f9ab6bd3f8688d503dfd
parentdbf2d82aa90b11bb5f1147c01a9e065eaf983518 (diff)
Conform with latest SUT updates
Ceph is now used as backend which requires few adaptations for live migration. It differs from the main OpenStack gates but suits CNTT and most of the feedbacks received from enduser deployments. Change-Id: If6b76a7d4ec09f90467f3e63618c15a9b413bfbd Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit f6d84155526f367c73a43a83aca31af9ecdcc51a)
-rw-r--r--functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml4
-rw-r--r--functest/utils/env.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml
index cd2aa8d95..ed6ae781b 100644
--- a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml
+++ b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml
@@ -5,7 +5,7 @@ compute-feature-enabled:
shelve: false
vnc_console: false
cold_migration: false
- block_migration_for_live_migration: true
+ block_migration_for_live_migration: false
identity:
user_unique_last_password_count: 2
user_lockout_duration: 10
@@ -26,7 +26,7 @@ placement:
max_microversion: 1.31
volume:
max_microversion: 3.59
- storage_protocol: iSCSI
+ storage_protocol: ceph
volume-feature-enabled:
multi_backend: false
backup: true
diff --git a/functest/utils/env.py b/functest/utils/env.py
index 5aebbbe0c..652613c87 100644
--- a/functest/utils/env.py
+++ b/functest/utils/env.py
@@ -35,7 +35,7 @@ INPUTS = {
'NAMESERVER': '8.8.8.8',
'NEW_USER_ROLE': 'Member',
'USE_DYNAMIC_CREDENTIALS': 'True',
- 'BLOCK_MIGRATION': 'True',
+ 'BLOCK_MIGRATION': 'False',
'CLEAN_ORPHAN_SECURITY_GROUPS': 'True',
'SKIP_DOWN_HYPERVISORS': 'False',
'PUBLIC_ENDPOINT_ONLY': 'False',