[release-announce] [designate] designate-tempest-plugin 0.4.0

no-reply at openstack.org no-reply at openstack.org
Mon Feb 19 15:59:04 UTC 2018


We are pumped to announce the release of:

designate-tempest-plugin 0.4.0: OpenStack DNS As A Service (Designate)
Functional Tests

Download the package from:

    https://pypi.python.org/pypi/designate-tempest-plugin

For more details, please see below.

Changes in designate-tempest-plugin 0.3.0..0.4.0
------------------------------------------------

bbc01e3 Fix credential naming
31b3ae6 Zuul: Remove project name
1553591 Updated from global requirements
48d2697 Updated from global requirements
0eeb290 Implement get_service_clients interface
e9b074c Run neutron-tempest-plugin designate integration test
6e03c58 Do not create networks for API tests
7cd8d5a Avoid tox_install.sh for constraints support
d8dd2ce Remove zone_id on import compare
3dfc47a Run tests from designate repo
5a880e6 Add __all__ to __init__ for service clients
5380df1 Updated from global requirements


Diffstat (except docs and test files)
-------------------------------------

.zuul.yaml                                         |  6 ++++
designate_tempest_plugin/plugin.py                 | 22 ++++++++++++
designate_tempest_plugin/services/dns/__init__.py  | 19 ++++++++++
.../services/dns/admin/__init__.py                 | 18 ++++++++++
.../services/dns/v1/__init__.py                    | 22 ++++++++++++
.../services/dns/v2/__init__.py                    | 40 ++++++++++++++++++++++
requirements.txt                                   |  4 +--
test-requirements.txt                              |  4 +--
tools/tox_install.sh                               | 30 ----------------
tox.ini                                            |  8 ++---
33 files changed, 206 insertions(+), 102 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 3d6be99..2af96d6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,2 +8,2 @@ ddt>=1.0.1 # MIT
-testtools>=1.4.0 # MIT
-tempest>=16.1.0 # Apache-2.0
+testtools>=2.2.0 # MIT
+tempest>=17.1.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index f3e74e0..90882be 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,2 +7,2 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
-openstackdocstheme>=1.17.0 # Apache-2.0
-sphinx>=1.6.2 # BSD
+openstackdocstheme>=1.18.1 # Apache-2.0
+sphinx!=1.6.6,>=1.6.2 # BSD






More information about the Release-announce mailing list