keystone/keystone_tempest_plugin
Davanum Srinivas b4012e8085 Fix issues with keystone-dsvm-py35-functional-v3-only on py35
keystone/token/providers/fernet/token_formatters.py
* decode payload[2] from bytes to string before comparing
  with a string (CONF.identity.default_domain_id)

keystone_tempest_plugin/services/identity/clients.py
keystone_tempest_plugin/services/identity/v3/auth_client.py
keystone_tempest_plugin/services/identity/v3/identity_providers_client.py
* decode the response body from bytes to string before we
  try to parse the json using json.loads

Change-Id: I98053bc498d78c5f0076a66e725ff2d634f5b663
2017-01-05 21:59:57 +00:00
..
services Fix issues with keystone-dsvm-py35-functional-v3-only on py35 2017-01-05 21:59:57 +00:00
tests Fix the usage of tempest.client.Manager class 2017-01-05 13:07:55 -03:00
README.rst Base for keystone tempest plugin 2016-03-31 11:41:13 -03:00
__init__.py Base for keystone tempest plugin 2016-03-31 11:41:13 -03:00
clients.py Fix the usage of tempest.client.Manager class 2017-01-05 13:07:55 -03:00
config.py Federated authentication via ECP functional tests 2016-12-27 09:48:10 -03:00
plugin.py Federated authentication via ECP functional tests 2016-12-27 09:48:10 -03:00

README.rst

Tempest tests for keystone

This directory contains Tempest tests to cover the keystone project.