diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-05-01 02:02:21 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-05-01 02:02:43 +0200 |
commit | 8be96ccfaca304c932b1f444a7fbe4a739ad62c8 (patch) | |
tree | f4d5160790c9f7563040bb2e673a542abc17d7bf | |
parent | d522b6ea3cf84fb10ef497e32eff5031ab25ce90 (diff) |
Protect 3.60 (YAML)
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 <cedric.ollivier@orange.com>
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 |