diff options
-rw-r--r-- | functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml | 4 | ||||
-rw-r--r-- | functest/utils/env.py | 2 |
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 4fda29a3f..02f334086 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: latest volume: max_microversion: latest - 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', |