Tempest plugin for the keystone project.
Go to file
huang.zhiping 4dbc50b4e0 fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: I7dbb16f6fb0b3e4e3932e0c26569d55208f39ee4
2018-06-09 09:28:00 +08:00
doc/source Use openstackdocstheme for docs and release notes 2018-01-15 16:11:43 +01:00
keystone_tempest_plugin Add functional test cases for v3-ext/OS-OAUTH1 2017-06-20 12:13:03 +05:30
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 Cleanup cookiecutter defaults 2017-06-06 13:45:04 +02: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
CONTRIBUTING.rst Apply cookiecutter to newly split project 2017-05-30 16:56:11 +02:00
HACKING.rst fix error url 2018-02-02 11:31:37 +08:00
LICENSE Apply cookiecutter to newly split project 2017-05-30 16:56:11 +02:00
README.rst Apply cookiecutter to newly split project 2017-05-30 16:56:11 +02: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 Removed the older version of python and added 3.5 2017-08-11 04:31:58 +00:00
setup.py Updated from global requirements 2018-01-27 17:44:29 +00:00
test-requirements.txt Updated from global requirements 2018-03-15 07:03:15 +00:00
tox.ini fix tox python3 overrides 2018-06-09 09:28:00 +08:00

README.rst

openstack

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.