From 136ca8b12f13673b320041ce87e502e97686a22e Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sat, 28 Nov 2020 10:27:37 +0100 Subject: Stop duplicating connect_method MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This config is now managed dynamically by tempest.py Change-Id: I99a30930fa1a7da8202b1da7d4eb05bca5412943 Signed-off-by: Cédric Ollivier (cherry picked from commit 02297608ff5450df9f4efe936c0fc3140be14dfc) --- docker/smoke-cntt/tempest_conf.yaml | 1 - functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml | 1 - .../opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml | 1 - 3 files changed, 3 deletions(-) diff --git a/docker/smoke-cntt/tempest_conf.yaml b/docker/smoke-cntt/tempest_conf.yaml index 74a546a8b..022f0fee3 100644 --- a/docker/smoke-cntt/tempest_conf.yaml +++ b/docker/smoke-cntt/tempest_conf.yaml @@ -60,7 +60,6 @@ validation: ssh_timeout: 196 ip_version_for_ssh: 4 run_validation: true - connect_method: floating volume: max_microversion: 3.59 storage_protocol: ceph 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 7bd323690..1bf1d7a3a 100644 --- a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml +++ b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml @@ -60,7 +60,6 @@ validation: ssh_timeout: 196 ip_version_for_ssh: 4 run_validation: true - connect_method: floating volume: max_microversion: 3.62 storage_protocol: ceph diff --git a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml index 057d74e80..bae26c1c7 100644 --- a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml +++ b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml @@ -60,7 +60,6 @@ validation: ssh_timeout: 196 ip_version_for_ssh: 4 run_validation: true - connect_method: floating volume: max_microversion: 3.62 storage_protocol: ceph -- cgit