Set max_microversion for placement and volume 75/67675/1 stable/gambia
authorCédric Ollivier <cedric.ollivier@orange.com>
Mon, 22 Apr 2019 11:35:28 +0000 (13:35 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Tue, 23 Apr 2019 14:58:13 +0000 (16:58 +0200)
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)

functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml

index 16a60b7..117063a 100644 (file)
@@ -15,7 +15,10 @@ identity-feature-enabled:
 image-feature-enabled:
     api_v2: true
     api_v1: false
+placement:
+    max_microversion: 1.17
 volume:
+    max_microversion: 3.50
     storage_protocol: iSCSI
 volume-feature-enabled:
     backup: false