From ffe2b803b093335b70b0c0b538dd538dac20e9eb Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 21 Mar 2019 15:30:55 +0100 Subject: Set max_microversion to 2.60 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit By setting max version (Queens), it avoids skipping any test [1]. [1] https://docs.openstack.org/tempest/latest/sampleconf.html Change-Id: I1641fd1daeddc91cfdbdd6957e750e85b22897df Signed-off-by: Cédric Ollivier --- functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml | 2 ++ 1 file changed, 2 insertions(+) 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 fbf5ff22f..16a60b78c 100644 --- a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml +++ b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml @@ -1,4 +1,6 @@ --- +compute: + max_microversion: 2.60 compute-feature-enabled: shelve: false vnc_console: false -- cgit 1.2.3-korg