cinder-tempest-plugin 1.6.0 (yoga)
We jubilantly announce the release of: cinder-tempest-plugin 1.6.0: Tempest plugin tests for Cinder. This release is part of the yoga release series. The source is available from: https://opendev.org/openstack/cinder-tempest-plugin Download the package from: https://tarballs.openstack.org/cinder-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/cinder/+bugs For more details, please see below. Changes in cinder-tempest-plugin 1.5.0..1.6.0 --------------------------------------------- 5baa498 Updating python testing as per Yoga testing runtime a3b2272 Dropping explicit unicode literal fc98b28 Cap cinder-tempest-plugin version for stable/train ffd05a7 Add stable/xena jobs on master gate 638f230 Import from tempest stable manager e9834cd Refactor test_volume_backup due to leftovers a30dd6e volume: fix wrong snapshot_id for revert_to_snapshot_after_extended_negative d9e5925 Improve snapshot data integrity test Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 54 +- .../api/volume/admin/test_volume_backup.py | 61 +- .../api/volume/test_volume_revert.py | 2 +- .../api/volume/test_volume_unicode.py | 4 +- cinder_tempest_plugin/scenario/manager.py | 1192 +++----------------- cinder_tempest_plugin/scenario/test_snapshots.py | 139 +-- .../scenario/test_volume_encrypted.py | 4 +- requirements.txt | 2 +- setup.cfg | 1 + 9 files changed, 261 insertions(+), 1198 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 6706885..40ef3a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9 +9 @@ oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 -tempest>=17.1.0 # Apache-2.0 +tempest>=27.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org