aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2023-03-13 10:52:42 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2023-03-13 10:52:42 +0100
commitfe900113d37bc5df3f9b6dfff3c413b3cc9e5d6a (patch)
tree0f401fb3cc78df2bebcc0ab158a429b4d20944d8
parent201e2a75e7a44d1cd83a3d4e2f2e64c186427db2 (diff)
Set Compute min_microversion to 2.36
https://review.opendev.org/c/openstack/tempest/+/557169 Change-Id: I98c126deaae201a2d7b54972079fcc4d9703015f Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r--docker/smoke-cntt/tempest_conf.yaml1
-rw-r--r--functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml1
-rw-r--r--functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml1
3 files changed, 3 insertions, 0 deletions
diff --git a/docker/smoke-cntt/tempest_conf.yaml b/docker/smoke-cntt/tempest_conf.yaml
index adee9580d..e4784879b 100644
--- a/docker/smoke-cntt/tempest_conf.yaml
+++ b/docker/smoke-cntt/tempest_conf.yaml
@@ -1,5 +1,6 @@
---
compute:
+ min_microversion: 2.36
max_microversion: 2.88
compute-feature-enabled:
attach_encrypted_volume: false
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 26f9a1bd0..dd5d79cb8 100644
--- a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml
+++ b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml
@@ -1,5 +1,6 @@
---
compute:
+ min_microversion: '2.36'
max_microversion: '2.90'
compute-feature-enabled:
attach_encrypted_volume: false
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 61ecfaf56..13da35278 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
@@ -1,5 +1,6 @@
---
compute:
+ min_microversion: '2.36'
max_microversion: '2.90'
compute-feature-enabled:
attach_encrypted_volume: false