cinder-tempest-plugin 1.4.0 (wallaby)
We joyfully announce the release of: cinder-tempest-plugin 1.4.0: Tempest plugin tests for Cinder. This release is part of the wallaby 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.3.0..1.4.0 --------------------------------------------- 5d7847c Fix cinder-backup/swift: readd member to tempest roles 3c5c8a2 Use the embedded scenario manager instead of tempest one f220e45 Add test idempotent IDs when missing 7c47222 Switch to stestr 21d63a3 Add Snapshot data integrity test df4f947 Ignore H101 rule 3c96bfb test_volume_encrypted: Stop creating an image for each instance 5ab3fef Encryption Test Scenario for clone volume 3f52f35 Run the tests on stable/victoria as well, remove stein efc7caa Add doc/requirements f2ef479 Add py38 package metadata 4f00e9f Wait for CG to be available before creating volume in the CG Diffstat (except docs and test files) ------------------------------------- .gitignore | 2 +- .stestr.conf | 3 + .testr.conf | 7 - .zuul.yaml | 21 +- .../api/volume/admin/test_consistencygroups.py | 64 +- .../api/volume/test_volume_unicode.py | 2 + cinder_tempest_plugin/scenario/manager.py | 1106 ++++++++++++++++++++ cinder_tempest_plugin/scenario/test_snapshots.py | 164 +++ .../scenario/test_volume_encrypted.py | 183 ++++ setup.cfg | 1 + test-requirements.txt | 4 +- tox.ini | 9 +- 13 files changed, 1513 insertions(+), 55 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index e0bd682..905ad51 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9 +8,0 @@ python-subunit>=1.0.0 # Apache-2.0/BSD -sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD @@ -11 +10 @@ oslotest>=3.2.0 # Apache-2.0 -testrepository>=0.0.18 # Apache-2.0/BSD +stestr>=1.0.0 # Apache-2.0 @@ -13 +11,0 @@ testtools>=2.2.0 # MIT -openstackdocstheme>=1.18.1 # Apache-2.0
participants (1)
-
no-reply@openstack.org