We are glad to announce the release of: tempest 44.0.0 This release is part of the flamingo release series. The source is available from: https://opendev.org/openstack/tempest Download the package from: https://pypi.org/project/tempest Please report issues through: https://bugs.launchpad.net/tempest/+bugs For more details, please see below. 44.0.0 ^^^^^^ Prelude ******* This is an intermediate release during the 2025.2 development cycle to mark the end of support for 2023.2 release in Tempest. After this release, Tempest will support below OpenStack Releases: * 2025.1 * 2024.2 * 2024.1 Current development of Tempest is for OpenStack 2025.2 development cycle. Upgrade Notes ************* * The default value for "[volume] disk_format", which specifies the disk format of the image in a copy a volume to image operation, is changed from "raw" to "[raw, qcow2]" for which the type of the config option also needed to change from "string" type to "list" type i.e. it accepts multiple values now. Changes in tempest 43.0.0..44.0.0 --------------------------------- 3d85f36ad Pin stable/2025.1 constraint in tox to release 44.0.0 aea1cf984 End support for stable/2023.2 8cbe3aaa2 Add test for instance boot after snapshot deletion b37f20b30 Switch centos 9-stream jobs to run with python 3.11 3f8248641 Add tempest-full-rocky job in periodic testing 268017fbf Workaround the olso master testing job d12904cde Stop running jammy jobs 211fbad79 Use volume_type config for create_test_server function 60364b39f Revert "Adds tests for resize server for swap" 91d33beac replace devstack-plugin-ceph-tempest-py3 94582b45d Use create_volume wrapper instead of volumes_client 473d74555 [2025.2]Update integrated template for grenade-skip-level-always job f4a8698b9 Add Tempest gate job for stable/2025.1 da8a25bfc Create releasenotes page for tempest 42.0.0/43.0.0 a6321ccd0 Switch to the master constraint in tox.ini a20f89d20 Adds tests for resize server for swap fbd90e963 Add qcow2 format to upload image test d12492d0f Add host filtering for test_aggregate_add_existent_host and test_aggregate_remove_host_as_user tests Diffstat (except docs and test files) ------------------------------------- ...hange-default-disk-format-0d5230cbb19e3d44.yaml | 8 ++ .../end-of-support-of-2023-2-3631d8d0f3507518.yaml | 12 +++ releasenotes/source/index.rst | 2 + releasenotes/source/v42.0.0.rst | 6 ++ releasenotes/source/v43.0.0.rst | 6 ++ .../api/compute/admin/test_aggregates_negative.py | 16 ++-- tempest/api/volume/test_volumes_actions.py | 54 ++++++++------ tempest/api/volume/test_volumes_get.py | 12 +-- tempest/common/compute.py | 3 + tempest/config.py | 6 +- tempest/scenario/test_volume_boot_pattern.py | 69 ++++++++++++++++++ zuul.d/integrated-gate.yaml | 85 ++++++++++++++-------- zuul.d/project.yaml | 38 +++------- zuul.d/stable-jobs.yaml | 28 +++---- zuul.d/tempest-specific.yaml | 7 ++ 16 files changed, 240 insertions(+), 113 deletions(-)
participants (1)
-
no-reply@openstack.org