[release-announce] blazar_tempest_plugin 0.1.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Mon Aug 27 19:42:54 UTC 2018


We are excited to announce the release of:

blazar_tempest_plugin 0.1.0: Tempest plugin for Blazar Project

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

The source is available from:

    https://git.openstack.org/cgit/openstack/blazar-tempest-plugin

Download the package from:

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

Please report issues through launchpad:

    https://bugs.launchpad.net/blazar

For more details, please see below.

Changes in blazar_tempest_plugin 471157beb1326b37d3efaf79cb64aec61b3d1d38..0.1.0
--------------------------------------------------------------------------------

b6a7ef7 Add gabbi tests for invalid date error
11cbbeb Add test for invalid extra capability key
5f4d597 Adds /leases api tests using gabbi
8ece659 Adds /os-hosts api tests using gabbi
732f232 change default python 3 env in tox to 3.5
65b2b80 fix tox python3 overrides
26aec9d Remove volume v1 API service client usage
c84c62b Updated from global requirements
21ac85f Remove climate namespace
683da58 Switch to tempest.common.utils.services
f2748d3 Fix issues with Python3
55dbfad Zuul: Remove project name
730564e Updated from global requirements
caa8860 Reuse blazar-devstack-dsvm against blazar tempest plugin
cdce28e Use waiter method to check server status
30323b4 Apply cookiecutter to newly split project blazar-tempest-plugin
a961500 Change lease start date in some test scenarios




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

diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..ae74d89
--- /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.1.0,>=2.0.0 # Apache-2.0
+six>=1.10.0 # MIT
+oslo.config>=5.2.0 # Apache-2.0
+oslo.log>=3.36.0 # Apache-2.0
+oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
+tempest>=17.1.0 # Apache-2.0
+gabbi>=1.42.1 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
new file mode 100644
index 0000000..1fda7fb
--- /dev/null
+++ b/test-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.
+
+hacking<0.13,>=0.12.0 # Apache-2.0
+
+# docs
+sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
+openstackdocstheme>=1.18.1 # Apache-2.0
+# releasenotes
+reno>=2.5.0 # Apache-2.0






More information about the Release-announce mailing list