diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-03-21 15:30:55 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-03-21 15:30:55 +0100 |
commit | ffe2b803b093335b70b0c0b538dd538dac20e9eb (patch) | |
tree | 54d27b53d62d867e206c9faa6fd7756b760fe25c | |
parent | 351de747418a8118f254d878d3d73b67922bea6d (diff) |
Set max_microversion to 2.60
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 <cedric.ollivier@orange.com>
-rw-r--r-- | functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml | 2 |
1 files changed, 2 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 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 |