We are excited to announce the release of: cinder-tempest-plugin 1.1.0: Tempest plugin tests for Cinder. This release is part of the victoria 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.0.0..1.1.0 --------------------------------------------- f1432e1 Consistency groups: fix the exceptions handling a75d5e5 Add test for cinder_img_volume_type image metadata 6e36e2b zuul: collect cinderlib logs from tempest node(s) only 9d626d0 Skip a few c-bak tests broken by the new ceph 0ca94af Disable siblings for the cindelib functional tests e2eeff1 Add test cases for bugs 1869746 and 1873518 5f8e8cd Fix hacking min version to 3.0.1 9362153 Add stable branch jobs on the plugins master gate 79d1390 Cleanup py27 support f144183 Add a basic CentOS 8 job (LVM/lio/barbican) a571b39 Enable revert tests when possible, bump timeout fb18e1a Add LVM+tgt tempest job 5ae7924 Handle the case when tempest fails Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 104 ++++++++++++++- .../api/volume/admin/test_volume_backup.py | 140 +++++++++++++++++++++ cinder_tempest_plugin/api/volume/base.py | 35 ++++++ .../api/volume/test_create_from_image.py | 83 ++++++++++++ cinder_tempest_plugin/exceptions.py | 22 ++++ .../services/consistencygroups_client.py | 15 +-- playbooks/post-cinderlib.yaml | 2 +- playbooks/tempest-and-cinderlib-run.yaml | 8 +- setup.cfg | 23 ---- setup.py | 9 -- test-requirements.txt | 2 +- tox.ini | 8 +- 12 files changed, 401 insertions(+), 50 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index af89592..e0bd682 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +hacking>=3.0.1,<3.1 # Apache-2.0
participants (1)
-
no-reply@openstack.org