diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-11-28 10:27:37 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-11-28 10:30:10 +0100 |
commit | 35c6b11c06dd37a2d0ee278befc8e6d9bd283ebf (patch) | |
tree | 6ff49b704d9baea292358509cabfc4efd6fa412c | |
parent | 5606c2dddca113310d5494f0fe9c0f23d08c21aa (diff) |
Stop duplicating connect_method
This config is now managed dynamically by tempest.py
Change-Id: I99a30930fa1a7da8202b1da7d4eb05bca5412943
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 02297608ff5450df9f4efe936c0fc3140be14dfc)
3 files changed, 0 insertions, 3 deletions
diff --git a/docker/smoke-cntt/tempest_conf.yaml b/docker/smoke-cntt/tempest_conf.yaml index 2f964a1ed..d039a5925 100644 --- a/docker/smoke-cntt/tempest_conf.yaml +++ b/docker/smoke-cntt/tempest_conf.yaml @@ -61,7 +61,6 @@ validation: ssh_timeout: 196 ip_version_for_ssh: 4 run_validation: true - connect_method: floating volume: max_microversion: 3.43 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 e4b9ee701..2b8a60fbd 100644 --- a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml +++ b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml @@ -61,7 +61,6 @@ validation: ssh_timeout: 196 ip_version_for_ssh: 4 run_validation: true - connect_method: floating volume: max_microversion: 3.55 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 4167b2d02..3fde88801 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 @@ -61,7 +61,6 @@ validation: ssh_timeout: 196 ip_version_for_ssh: 4 run_validation: true - connect_method: floating volume: max_microversion: 3.55 storage_protocol: ceph |