[release-announce] zaqar_tempest_plugin 0.1.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Mon Aug 27 19:50:40 UTC 2018


We are ecstatic to announce the release of:

zaqar_tempest_plugin 0.1.0: Tempest plugin zaqar_tempest_plugin

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

The source is available from:

    http://git.openstack.org/cgit/openstack/zaqar-tempest-plugin

Download the package from:

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

Please report issues through launchpad:

    http://bugs.launchpad.net/zaqar

For more details, please see below.

Changes in zaqar_tempest_plugin 685010b4544883f8b806a04ce75a0a1f087e32b0..0.1.0
-------------------------------------------------------------------------------

e0d4c41 Fix documentation build
df888cc Add test for claim for non existing queue
9051907 fix error url
92d57f5 Tempest plugin support for message body md5.
2c46673 Fix zaqar tempest plugin grenade ci failure
59144c0 Tempest plugin support for delayed queues
7e69ec2 Delete the number of queue metadata check
a4112c5 Revert "Tempest plugin support for delayed queues"
3935644 Tempest plugin support for delayed queues
8b929b3 Added docs for installation and running tests
3021966 Refactored zaqar tempest plugin directory structure
db9d4c2 Apply cookiecutter to newly split project
570baba Fix bug in mongodb backend for dead letter queue
ce11799 Fix tempest test_set_and_get_queue_metadata
508a060 Remove Deprecation tempest Warning
490a44b Replace uuid.uuid4().hex with uuidutils.generate_uuid()
0cec5d4 Replace test.attr with decorators.attr
7a8df55 Remove redundancy code
068a9ef Fix claim ttl test
704e000 Switch to use stable data_utils
dfc70f0 Switch to use test_utils.call_until_true
4f1e4ef Switch to decorators.idempotent_id
698e96f don't allow get/update/delete subscirtions with wrong queue
35074a9 Removes unnecessary utf-8 encoding
ee94294 Add tempest test for purge queue
40361c6 Use build interval and timeout from conf
ab026cd Subscription Confirmation Support-2
df9ac7f Subscription Confirmation Support-1
188fbaa Adding Negative tests cases to Zaqar v2
31ad2a7 Start accepting **kwargs in service clients
c6df105 Add a trust notifier task
f2e3714 Let v2 tempest base on the base tests
b56c4ce Replace tempest-lib with tempest.lib
6f4d2f7 Fix tempest tests list
774aabc Fix service_available opt registration and extra comma
d5b72b7 Use assertEqual/GreaterEqual/LessEqual
c33eba3 Add tempest test for wsgi v2
57ae136 Add tempest test for v1.1
27710f4 Fix the tempest test error




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

diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..fc1071a
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,11 @@
+# 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.0 # Apache-2.0
+oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0
+six>=1.9.0 # MIT
+oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0
+oslo.utils>=3.20.0 # Apache-2.0
+testtools>=1.4.0 # MIT
+tempest>=16.1.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
new file mode 100644
index 0000000..f559c0e
--- /dev/null
+++ b/test-requirements.txt
@@ -0,0 +1,15 @@
+# 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.12.0,<0.13 # Apache-2.0
+
+coverage>=4.0,!=4.4 # Apache-2.0
+python-subunit>=0.0.18 # Apache-2.0/BSD
+sphinx>=1.6.2 # BSD
+oslotest>=1.10.0 # Apache-2.0
+testrepository>=0.0.18  # Apache-2.0/BSD
+testtools>=1.4.0 # MIT
+openstackdocstheme>=1.11.0  # Apache-2.0
+# releasenotes
+reno>=1.8.0 # Apache-2.0






More information about the Release-announce mailing list