We are amped to announce the release of: keystone_tempest_plugin 0.4.0: Tempest plugin keystone_tempest_plugin This release is part of the ussuri 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.3.0..0.4.0 ----------------------------------------------- 7c365d8 Test case for openstack_groups c393015 Make checking for singular SPs in list instead of list equality a774359 Update hacking for Python3 47244ed Drop py3.5 from tempest plugins 874e450 Update Zuul job list 0cf7ef8 [ussuri][goal] Drop python 2.7 support and testing 8ec445b Add option to disable testing against external idp 7dac0f1 Use up-to-date federation job names a9f65e0 Keystone to Keystone tests 30b20b6 Follow the PTI for docs 5ed5fd9 Update the constraints url Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 8 +- keystone_tempest_plugin/config.py | 5 + .../services/identity/v3/saml2_client.py | 9 +- .../api/identity/v3/test_service_providers.py | 9 +- .../scenario/test_federated_authentication.py | 190 ++++++++++++++++++--- setup.cfg | 5 +- test-requirements.txt | 5 +- tox.ini | 16 +- 9 files changed, 197 insertions(+), 55 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 327b0a4..16165e0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=1.1.0,<1.2.0 # Apache-2.0 +hacking>=3.0,<3.1.0;python_version>='3.5' # Apache-2.0 @@ -7,2 +7 @@ hacking>=1.1.0,<1.2.0 # Apache-2.0 -sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD -sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD