We are satisfied to announce the release of: cinder-tempest-plugin 1.9.0: Tempest plugin tests for Cinder. This release is part of the bobcat 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.8.1..1.9.0 --------------------------------------------- edd6111 zuul: Exclude unneeded tests from multiattach job d0e5b91 zuul: Extend timeout for lvm-multiattach and cbak-ceph jobs de601ae [srbac] Test srbac on snapshots 5bd7241 test srbac on volume-types b57a8dd Test srbac on user_messages 3367fdd [srbac] Testing Volume Actions 46910c6 [srbac] Testing Volumes 47958a8 Bump tempest version in requirements.txt 51c56f2 Wait for servers to be SSHABLE 490c825 Test capabilites for srbac feature d6989d3 Fix test_boot_cloned_encrypted_volume docstring 723c3b9 Add FIPS job for barbican case 2cbd042 zuul: make the SRBAC job voting 310228c Increase cinder volume quota for cbak job 8c60846 Add Python 3.10 to setup.cfg metadata Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 27 +- cinder_tempest_plugin/api/volume/base.py | 5 + .../api/volume/test_volume_backup.py | 12 +- cinder_tempest_plugin/rbac/v3/base.py | 122 ++++- cinder_tempest_plugin/rbac/v3/test_capabilities.py | 61 +-- cinder_tempest_plugin/rbac/v3/test_snapshots.py | 374 +++++++++++++++ .../rbac/v3/test_user_messages.py | 168 +++++++ .../rbac/v3/test_volume_actions.py | 154 ++++++ cinder_tempest_plugin/rbac/v3/test_volume_types.py | 516 +++++++++++++++++++++ cinder_tempest_plugin/rbac/v3/test_volumes.py | 166 +++++++ cinder_tempest_plugin/scenario/test_snapshots.py | 12 +- .../scenario/test_volume_encrypted.py | 16 +- .../scenario/test_volume_multiattach.py | 18 +- playbooks/enable-fips.yaml | 3 + requirements.txt | 2 +- setup.cfg | 1 + 16 files changed, 1598 insertions(+), 59 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 4d75108..c25d1c5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8 +8 @@ oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 -tempest>=27.0.0 # Apache-2.0 +tempest>=34.2.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org