[release-announce] designate-tempest-plugin 0.17.0 (antelope)

no-reply at openstack.org no-reply at openstack.org
Fri Mar 10 09:54:47 UTC 2023


We contentedly announce the release of:

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

This release is part of the antelope release series.

The source is available from:

    https://opendev.org/openstack/designate-tempest-plugin

Download the package from:

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

Please report issues through:

    https://bugs.launchpad.net/designate/+bugs

For more details, please see below.

Changes in designate-tempest-plugin wallaby-last..0.17.0
--------------------------------------------------------

ed18e74 Add project_reader in new RBAC tests
a84e319 Add tempest tests for shared zones
73065cd Add API version check capabilities
cc8f89b Add Designate hacking checks to the tempest plugin
bd21c75 Fix to support batch increment serial
adf6319 Fix test_list_enabled_api_versions test case
a2e80a3 Pin stable branch jobs nodeset to Ubuntu Focal (20.04)
4f2367f Fix checking of the [dns].nameservers value


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

.zuul.yaml                                         |   4 +
designate_tempest_plugin/clients.py                |  20 +-
designate_tempest_plugin/common/waiters.py         |   2 +-
designate_tempest_plugin/data_utils.py             |   7 +-
designate_tempest_plugin/hacking/__init__.py       |   0
designate_tempest_plugin/hacking/checks.py         | 187 ++++++++++++++
.../services/dns/admin/__init__.py                 |   4 +-
designate_tempest_plugin/services/dns/json/base.py |  38 +++
.../services/dns/query/query_client.py             |  10 +-
.../services/dns/v2/__init__.py                    |  51 ++--
.../services/dns/v2/json/shared_zones_client.py    |  75 ++++++
requirements.txt                                   |   2 +
tox.ini                                            |  12 +
37 files changed, 1228 insertions(+), 419 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 3a1f2f3..2ba3e1a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,0 +7,2 @@ ddt>=1.0.1 # MIT
+oslo.serialization>=2.25.0 # Apache-2.0
+oslo.utils>=3.33.0 # Apache-2.0






More information about the Release-announce mailing list