[release-announce] cinder_tempest_plugin 0.1.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Thu Aug 9 17:27:15 UTC 2018


We are tickled pink to announce the release of:

cinder_tempest_plugin 0.1.0: Tempest plugin tests for Cinder.

This is the first release of cinder_tempest_plugin. This release is
part of the rocky release series.

Download the package from:

    https://tarballs.openstack.org/cinder-tempest-plugin/

For more details, please see below.

Changes in cinder_tempest_plugin dacc36c40d94ea8162e001b92a81ad3966ad0911..0.1.0
--------------------------------------------------------------------------------

08a3851 Skip create from image if no glance deployed
1d87444 Test creating multiple volumes from image simultaneously
23e5b63 Added cinder tempest plugin zuulv3 jobs to execute tempest
6fa4c41 Modify revert tests to account for creating volumes != 1GB
751fdf0 Sync requirements for cinder-tempest-plugin
aafbdf8 Updated from global requirements
c82162a Add test for volume create with non-ascii characters
46b433f Updated from global requirements
cf556b5 Correct plugin test location reporting
4f86dba Updated from global requirements
75511e3 Refactored cinder tempest tests to cinder_tempest_plugin
dae4b6d Cinder Tempest plugin tests: Switch to stable interface
7557925 Updated from global requirements
44fed34 Clean up some initial repo creation boilerplate
c760d70 Switch to use new base_client.BaseClient
a9c66f8 Add skip check for volume revert feature
3d3f57f Replace the usage of some aliases in tempest
389349c Remove SCREEN_LOGDIR from devstack install setting
7006aa8 Fix wrong links in Cinder
b4e0dab Fix tempest test revet_client typo
9d06ea9 Apply cookiecutter to newly split project
66b7fbf Apply cookiecutter to newly split project
589ca69 Tempest for revert-to-snapshot
d18594a cleanup: remove DEVSTACK_CINDER_SECURE_DELETE
fe3a19e Remove obsolete Liberty code
081902f Don't use tempest special_fields
496ea79 Extracted HTTP response codes to constants
c322e54 Switch to use stable data_utils
41be8c1 Switch to decorators.idempotent_id
20da4f3 Fix internal tempest tests
bb0cbbb Switch to decorators.idempotent_id
1c10d94 Add volume backup tempest tests
287f9ec Reuse already existing groups in tempest plugin
0d2835b Remove logging import unused
5e42c4e Remove placeholder tempest test
7efc6d8 Provide volume size for tempest volume creation
ae1be42 Remove unused config.CONF
9b434d1 Add tempest tests for Consistency Groups
f3033f1 tempest: Add Unicode volume name test
6f67e37 Move and rename tempest_tests to cinder/tests/tempest




Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..6706885
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,9 @@
+# The order of packages is significant, because pip processes them in the order
+# of appearance. Changing the order has an impact on the overall integration
+# process, which may cause wedges in the gate later.
+
+pbr!=2.1.0,>=2.0.0 # Apache-2.0
+oslo.config>=5.1.0 # Apache-2.0
+six>=1.10.0 # MIT
+oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
+tempest>=17.1.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
new file mode 100644
index 0000000..af89592
--- /dev/null
+++ b/test-requirements.txt
@@ -0,0 +1,13 @@
+# The order of packages is significant, because pip processes them in the order
+# of appearance. Changing the order has an impact on the overall integration
+# process, which may cause wedges in the gate later.
+
+hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
+
+coverage!=4.4,>=4.0 # Apache-2.0
+python-subunit>=1.0.0 # Apache-2.0/BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
+oslotest>=3.2.0 # Apache-2.0
+testrepository>=0.0.18 # Apache-2.0/BSD
+testtools>=2.2.0 # MIT
+openstackdocstheme>=1.18.1 # Apache-2.0






More information about the Release-announce mailing list