We are ecstatic to announce the release of: cinder-tempest-plugin 1.7.1: 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.7.0..1.7.1 --------------------------------------------- 40104c7 Test the ability to transfer encrypted volumes 8f39caf Unblock cinder-tempest-plugin-lvm-multiattach job e50d50e Update example local.conf within README.rst 668ce74 Add command to fix/generate idempotent IDs Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 + README.rst | 2 +- .../api/volume/test_volume_backup.py | 2 +- cinder_tempest_plugin/config.py | 12 ++ cinder_tempest_plugin/plugin.py | 5 + cinder_tempest_plugin/rbac/v3/test_capabilities.py | 3 + .../scenario/test_encrypted_volume_transfer.py | 185 +++++++++++++++++++++ tox.ini | 7 +- 8 files changed, 215 insertions(+), 3 deletions(-)