cinder-tempest-plugin 1.17.0 (epoxy)
We are glad to announce the release of: cinder-tempest-plugin 1.17.0 This release is part of the epoxy 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. 1.17.0 ^^^^^^ Deprecation Notes * Dependency test config setting 'volume_image_dep_tests' in cinder- tempest-plugin is deprecated.Alternatively tempest *CONF.volume_feature_enabled.enable_volume_image_dep_tests* can be used to for dependency tests. Changes in cinder-tempest-plugin 1.16.0..1.17.0 ----------------------------------------------- 9df6c9d Add 'encryption_id' parameter to enc type calls a07fd50 zuul: explicitly enable c-bak in the lvm-lio job 060369f Test user visible extra spec 2be6e10 Ensure server and backed volume are created in the same AZ 4ae1dc8 Deprecate `volume_image_dep_tests` dfde7d5 Remove stable/2023.1 job from master gate Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 16 +-- cinder_tempest_plugin/api/volume/base.py | 4 + .../api/volume/test_volume_dependency.py | 15 ++- cinder_tempest_plugin/config.py | 8 +- cinder_tempest_plugin/rbac/v3/test_volume_types.py | 127 +++++++++++++++++---- cinder_tempest_plugin/scenario/test_snapshots.py | 5 +- requirements.txt | 2 +- 8 files changed, 137 insertions(+), 46 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index c25d1c5..aa631de 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8 +8 @@ oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 -tempest>=34.2.0 # Apache-2.0 +tempest>=40.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org