We high-spiritedly announce the release of: tempest 30.1.0: OpenStack Integration Testing This release is part of the yoga 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. Changes in tempest 30.0.0..30.1.0 --------------------------------- 3b0ccb0bd Allow rulesets modification in secgroups a91c6dbc0 Make test_tagged_attachment wait for SSHABLE 8e08a77ea Use server hostname when creating secure websocket dc9a93b6a Use wrap_socket from ssl.SSLContext instead of ssl e74b7e2cf Add Tempest gate job for stable/yoga 7304e3ac8 Move ServerStableDeviceRescueTest to wait for SSH-able server 6fa213cc0 Make rescue, volume attachment compute tests to use SSH-able server 8c6d0cf52 Move ssh|ping-able server logic into separate method a81496179 Fix compute_unified decoration 9daf9bb36 Add release notes page for version 30.0.0 a7b88b5fd Add release notes pages for 29.1.0 and 29.2.0 6853f8da0 Switch to the master constraint in tox.ini 76909efbe API for list group types by parameter sort/public 7138e35b8 Fix inconsistent type of default value Diffstat (except docs and test files) ------------------------------------- releasenotes/source/index.rst | 3 + releasenotes/source/v29.1.0.rst | 5 + releasenotes/source/v29.2.0.rst | 5 + releasenotes/source/v30.0.0.rst | 5 + tempest/api/compute/admin/test_volume.py | 12 +- tempest/api/compute/servers/test_device_tagging.py | 2 +- tempest/api/compute/servers/test_server_rescue.py | 99 +++++++++++----- .../compute/servers/test_server_rescue_negative.py | 36 ++++-- tempest/api/volume/admin/test_group_types.py | 36 ++++++ tempest/common/compute.py | 129 +++++++++++++-------- tempest/config.py | 2 +- tempest/scenario/manager.py | 39 ++++--- tempest/scenario/test_compute_unified_limits.py | 12 +- tox.ini | 10 +- zuul.d/project.yaml | 5 + zuul.d/stable-jobs.yaml | 5 + zuul.d/tempest-specific.yaml | 2 +- 17 files changed, 281 insertions(+), 126 deletions(-)
participants (1)
-
no-reply@openstack.org