From 213c7ecb359aadaee838f24d1a422660ae68cd1b Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Wed, 1 Oct 2025 15:10:41 +0200 Subject: [PATCH] Update tempest_full_cntt MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It filters all outdated tests where the micro version is too old Change-Id: I6cf6cb840b070a4d18760941a83de9bcc381aad7 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 56e7ecef4..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 9b019e667..21df8dacb 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: '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 f33be61b6..db98f1a66 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: '2.93' compute-feature-enabled: attach_encrypted_volume: false -- 2.16.6