[release-announce] keystone_tempest_plugin 0.6.0 (wallaby)

no-reply at openstack.org no-reply at openstack.org
Mon Feb 8 13:32:11 UTC 2021


We contentedly announce the release of:

keystone_tempest_plugin 0.6.0: Tempest plugin keystone_tempest_plugin

This release is part of the wallaby release series.

The source is available from:

    https://opendev.org/openstack/keystone_tempest_plugin

Download the package from:

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

For more details, please see below.

Changes in keystone_tempest_plugin 0.4.0..0.6.0
-----------------------------------------------

4774d61 [goal] Migrate keystone-tempest-plugin jobs to focal
5ee9af8 Add tempest clients for limits
fd5ab8a Update docs building, cleanup
da7e045 Add addCleanup just after resource creation
7814dc2 Use ephemeral test user for k2k tests
bd8ba4e Add stable branches testing on keystone-tempest-plugin master gate
b8f6b25 Remove func not in use in test_service_providers
e105e8c Don't test openstack_groups on stable branches
9c8933c Remove six library


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

.zuul.yaml                                         |  21 +++
keystone_tempest_plugin/clients.py                 |   9 ++
keystone_tempest_plugin/config.py                  |   6 +
.../services/identity/clients.py                   |  17 ++-
.../services/identity/v3/auth_client.py            |   3 +-
.../identity/v3/identity_providers_client.py       |   9 +-
.../services/identity/v3/limits_client.py          | 156 +++++++++++++++++++++
.../api/identity/v3/test_service_providers.py      |   4 -
.../scenario/test_federated_authentication.py      |  43 ++++--
releasenotes/source/conf.py                        |  11 +-
requirements.txt                                   |   1 -
setup.cfg                                          |  23 ---
test-requirements.txt                              |   6 -
tox.ini                                            |   9 +-
17 files changed, 255 insertions(+), 77 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index e7efdc4..790e605 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -12 +11,0 @@ testtools>=2.2.0 # MIT
-six>=1.10.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 16165e0..9c7d865 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6,6 +5,0 @@ hacking>=3.0,<3.1.0;python_version>='3.5' # Apache-2.0
-
-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