We are stoked to announce the release of: tempest 22.1.0: OpenStack Integration Testing This release is part of the train 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. 22.1.0 ^^^^^^ Bug Fixes * Bug#1847749. This provides the workaround of Skip Exception raised instead of skipping the CLI tests. If you are running Tempest with stestr > 2.5.0 then use this fix. Ref- https://github.com/testing- cabal/testtools/issues/272 Changes in tempest 22.0.0..22.1.0 --------------------------------- c93345233 Fix reno typo e64c78dcf Add workaround to handle the testtool skip exception in CLI test de1dec851 Add release notes page for version 22.0.0 910f9c520 Add Tempest gate job for stable/train aadc88580 Remove timer and _log_request() calling 85ddc907d Modify the create user fake data 99e4dcfbf Move upload/download image action to right place Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 16 ++++++++++ .../notes/fix-1847749-2670b1d4f6097a1a.yaml | 6 ++++ releasenotes/source/index.rst | 1 + releasenotes/source/v22.0.0.rst | 6 ++++ tempest/api/image/v2/test_images.py | 18 ++++------- tempest/lib/base.py | 31 ++++++++++++++++++ tempest/lib/services/compute/versions_client.py | 6 ---- .../lib/services/identity/v3/versions_client.py | 6 ---- tempest/lib/services/image/v2/versions_client.py | 6 ---- tempest/lib/services/volume/v3/versions_client.py | 6 ---- tempest/test.py | 37 +++------------------- .../lib/services/identity/v3/test_users_client.py | 5 +++ 14 files changed, 80 insertions(+), 69 deletions(-)