Tempest plugin for the keystone project.
Go to file
Kristi Nikolla c393015d2d Make checking for singular SPs in list instead of list equality
There is a race condition when the test_service_providers_in_token
test is run at the same time as the k2k test because an extra SP
will appear in the list.

By checking items in the list individually instead of comparing
list equality this should fix the issue.

Change-Id: I13a7a747e108562b326aee1b88485a377530f8a5
2020-04-07 11:54:33 -04:00
doc/source Follow the PTI for docs 2019-10-09 14:37:23 +05:30
keystone_tempest_plugin Make checking for singular SPs in list instead of list equality 2020-04-07 11:54:33 -04:00
releasenotes Use openstackdocstheme for docs and release notes 2018-01-15 16:11:43 +01:00
.coveragerc Apply cookiecutter to newly split project 2017-05-30 16:56:11 +02:00
.gitignore Apply cookiecutter to newly split project 2017-05-30 16:56:11 +02:00
.gitreview OpenDev Migration Patch 2019-04-19 19:39:40 +00:00
.mailmap Apply cookiecutter to newly split project 2017-05-30 16:56:11 +02:00
.testr.conf Apply cookiecutter to newly split project 2017-05-30 16:56:11 +02:00
.zuul.yaml Update Zuul job list 2020-01-28 15:34:41 -08:00
CONTRIBUTING.rst Apply cookiecutter to newly split project 2017-05-30 16:56:11 +02:00
HACKING.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-24 15:36:06 +08:00
LICENSE Apply cookiecutter to newly split project 2017-05-30 16:56:11 +02:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-24 15:36:06 +08:00
babel.cfg Apply cookiecutter to newly split project 2017-05-30 16:56:11 +02:00
requirements.txt Updated from global requirements 2018-03-15 07:03:15 +00:00
setup.cfg Drop py3.5 from tempest plugins 2020-02-05 11:29:25 +05:30
setup.py Updated from global requirements 2018-01-27 17:44:29 +00:00
test-requirements.txt [ussuri][goal] Drop python 2.7 support and testing 2020-01-22 12:41:06 +05:30
tox.ini Drop py3.5 from tempest plugins 2020-02-05 11:29:25 +05:30

README.rst

keystone-tempest-plugin

Tempest plugin keystone_tempest_plugin

Tempest plugin for functional testing of keystone's LDAP and federation features. More information can be found in the keystone developer documentation.