diff options
author | 2023-05-12 18:48:20 +0200 | |
---|---|---|
committer | 2023-05-12 18:52:07 +0200 | |
commit | e5cd320a7c89a8364e27251173e96958e9c67f47 (patch) | |
tree | b8308517f1dc8f48e7864405d22551ab1694e697 | |
parent | a584ef1a35ea04563e9dacc74a8340a1136f66b7 (diff) |
Set Compute min_microversion to 2.44
It skips all floating IPs tests via Nova
https://review.opendev.org/c/openstack/tempest/+/503797
Change-Id: If30d5bd46cfeec3df23ae6b7ad0ebdf7d003550f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit c71ccd56c5b1fd71d989fa7ed234db4c94bec009)
3 files changed, 3 insertions, 3 deletions
diff --git a/docker/smoke-cntt/tempest_conf.yaml b/docker/smoke-cntt/tempest_conf.yaml index e4784879b..d9f878992 100644 --- a/docker/smoke-cntt/tempest_conf.yaml +++ b/docker/smoke-cntt/tempest_conf.yaml @@ -1,6 +1,6 @@ --- compute: - min_microversion: 2.36 + min_microversion: 2.44 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 bd15dc96d..9b019e667 100644 --- a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml +++ b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml @@ -1,6 +1,6 @@ --- compute: - min_microversion: '2.36' + min_microversion: '2.44' max_microversion: '2.93' 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 9f3f4e64c..f33be61b6 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,6 +1,6 @@ --- compute: - min_microversion: '2.36' + min_microversion: '2.44' max_microversion: '2.93' compute-feature-enabled: attach_encrypted_volume: false |