From 8be96ccfaca304c932b1f444a7fbe4a739ad62c8 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 1 May 2020 02:02:21 +0200 Subject: Protect 3.60 (YAML) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit http://artifacts.opnfv.org/functest/WFV9V5GCI7G6/functest-opnfv-functest-smoke-cntt-kali-tempest_full_cntt-run-1/tempest_full_cntt/tempest-report.html Change-Id: If3b7c4054a24ee4ce040c15138e08c43782e2702 Signed-off-by: Cédric Ollivier --- docker/smoke-cntt/tempest_conf.yaml | 2 +- functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml | 2 +- .../opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/smoke-cntt/tempest_conf.yaml b/docker/smoke-cntt/tempest_conf.yaml index 27a9df358..2daf69659 100644 --- a/docker/smoke-cntt/tempest_conf.yaml +++ b/docker/smoke-cntt/tempest_conf.yaml @@ -56,7 +56,7 @@ network-feature-enabled: placement: max_microversion: 1.36 volume: - max_microversion: 3.60 + max_microversion: "3.60" storage_protocol: ceph manage_volume_ref: source-name,volume-%s manage_snapshot_ref: source-name,snapshot-%s 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 6d012aa8d..be74b3b0c 100644 --- a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml +++ b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml @@ -56,7 +56,7 @@ network-feature-enabled: placement: max_microversion: 1.36 volume: - max_microversion: 3.60 + max_microversion: "3.60" storage_protocol: ceph manage_volume_ref: source-name,volume-%s manage_snapshot_ref: source-name,snapshot-%s 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 f79d877e7..daf34a127 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 @@ -56,7 +56,7 @@ network-feature-enabled: placement: max_microversion: 1.36 volume: - max_microversion: 3.60 + max_microversion: "3.60" storage_protocol: ceph manage_volume_ref: source-name,volume-%s manage_snapshot_ref: source-name,snapshot-%s -- cgit 1.2.3-korg