cinder-tempest-plugin 1.7.0 (zed)
We are glad to announce the release of: cinder-tempest-plugin 1.7.0: Tempest plugin tests for Cinder. This release is part of the zed 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.6.0..1.7.0 --------------------------------------------- f6b9cf6 Add test to create multiple volume from resource 965cd72 Remove stable/victoria job and fixing job description 9d89d4e Cap cinder-tempest-plugin version for stable/ussuri|victoria 0587ca6 Set volume/build_timeout for zuul jobs 6e4b53a Increase swap size to 4GB 8515b58 Replace the CentOS Stream 8 lvm job with a CS9 one 56ace0a Modify path for APIMicroversionFixture aaf4e51 Update 'Maintained' stable branch jobs on master gate 6dc9a2f Add multiattach tests c70f27c Add Python 3 only classifier f89eb82 Add the missing placement service to the sample config 027295a Improvements in snapshot data integrity tests 758074b setup.cfg: Replace dashes with underscores 7e1a072 Remove all usage of six library Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 97 ++++++++++----- README.rst | 2 +- cinder_tempest_plugin/api/volume/base.py | 27 +++- .../api/volume/test_create_from_image.py | 58 --------- .../volume/test_multiple_volume_from_resource.py | 105 ++++++++++++++++ cinder_tempest_plugin/scenario/manager.py | 84 +++++++++---- cinder_tempest_plugin/scenario/test_snapshots.py | 58 +++------ .../scenario/test_volume_multiattach.py | 136 +++++++++++++++++++++ .../services/consistencygroups_client.py | 2 +- requirements.txt | 1 - setup.cfg | 8 +- 11 files changed, 412 insertions(+), 166 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 40ef3a4..4d75108 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +6,0 @@ oslo.config>=5.1.0 # Apache-2.0 -six>=1.10.0 # MIT
participants (1)
-
no-reply@openstack.org