From 9637b639938d7566378bcc7ac7efc955ef7c2251 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Mon, 13 Oct 2025 15:07:12 +0200 Subject: [PATCH] Stop setting min_microversion in tempest confs MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I40f3be3a6f1834fac7299a80e78c46b72fc9488a Signed-off-by: Cédric Ollivier --- docker/smoke-cntt/tempest_conf.yaml | 1 - functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml | 1 - .../opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml | 1 - 3 files changed, 3 deletions(-) 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 -- 2.16.6