Tempest plugin for the keystone project.
Go to file
Colleen Murphy 7814dc2034 Use ephemeral test user for k2k tests
Do not use the admin user as a shadowed federated user for the K2K
tests. When trying to add expiring groups for the admin user, keystone
has trouble looking up the user in the cache and fails to add the groups
to the user. This sometimes results in test failures, which may be
masked as failure to clean up the identity provider in between tests and
resulting in a conflict trying to recreate it. This change instead uses
an ephemeral test user rather than the admin user, which is not meant to
be used for authentication tests anyway.

Change-Id: Ia4b53b41a0030772a2abdba949ad7529880d8f70
2020-05-10 22:34:17 -07:00
doc/source Follow the PTI for docs 2019-10-09 14:37:23 +05:30
keystone_tempest_plugin Use ephemeral test user for k2k tests 2020-05-10 22:34:17 -07: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 Remove six library 2020-03-23 21:06:29 +05:30
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 Update hacking for Python3 2020-04-04 09:24:58 +02:00
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.