From: Cédric Ollivier Date: Mon, 13 Oct 2025 13:07:12 +0000 (+0200) Subject: Stop setting min_microversion in tempest confs X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;p=functest.git Stop setting min_microversion in tempest confs Change-Id: I40f3be3a6f1834fac7299a80e78c46b72fc9488a Signed-off-by: Cédric Ollivier --- diff --git a/docker/smoke-cntt/tempest_conf.yaml b/docker/smoke-cntt/tempest_conf.yaml index d9f878992..adee9580d 100644 --- a/docker/smoke-cntt/tempest_conf.yaml +++ b/docker/smoke-cntt/tempest_conf.yaml @@ -1,6 +1,5 @@ --- compute: - 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 9a0fd98dd..0aece21e8 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,5 @@ --- compute: - min_microversion: 2.44 max_microversion: latest 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 a76449e86..009fc6547 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,5 @@ --- compute: - min_microversion: 2.44 max_microversion: latest compute-feature-enabled: attach_encrypted_volume: false