diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-04-22 13:35:28 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-04-23 11:49:32 +0200 |
commit | 44b39319bf78517a27ed22390e85619afb9a1595 (patch) | |
tree | 3faeedf4febd0c91c5eb4c7b05269be013b69d30 | |
parent | ef9f38c1061a08fd70bbba4b4cda68e99d945cbf (diff) |
Set max_microversion for placement and volume
It sets max_microversion to latest because if both values are not
specified, Tempest avoids tests which require a microversion [1].
It completes the previous change about nova [2].
[1] https://docs.openstack.org/tempest/latest/sampleconf.html
[2] https://gerrit.opnfv.org/gerrit/#/c/67318/
Change-Id: Ieab56a239077476dd9a0e1ee97ac4293c4075f5c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit b9048a25355e1d6c29c84ca10a3d859841468f50)
-rw-r--r-- | functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml | 3 |
1 files changed, 3 insertions, 0 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 ee3087dc3..32bb1d0cb 100644 --- a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml +++ b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml @@ -15,7 +15,10 @@ identity-feature-enabled: image-feature-enabled: api_v2: true api_v1: false +placement: + max_microversion: 1.31 volume: + max_microversion: 3.59 storage_protocol: iSCSI volume-feature-enabled: backup: false |