keystoneauth/keystoneauth1/tests/unit
Jamie Lennox e69cff8654 Add a service token wrapper
There are cases from a service where you have to wrap and pass a User
and Service token together to make things work. Add a wrapper that adds
both the user and service token to requests.

This will be something we will handle differently in auth_token
middleware but should still provide for other implementations.

Change-Id: I284f799d1f9e8d33ff032376af02b64cd6bbf510
2016-10-11 14:14:40 +11:00
..
access Add is_domain to keystoneauth token 2016-05-18 21:56:36 -03:00
data Add tests for YamlJsonSerializer 2016-08-04 11:15:51 -05:00
extras Use mockpatch fixtures from fixtures 2016-09-29 12:38:48 +08:00
identity get_endpoint should return None when no version found 2016-08-25 13:49:35 +10:00
loading oidc: implement client_credentials grant type 2016-07-20 09:59:05 +02:00
__init__.py Move to the keystoneauth1 namespace 2015-06-25 16:48:54 -07:00
client_fixtures.py Refactor variables for fixture and service 2016-04-29 13:01:23 -05:00
k2k_fixtures.py Move to the keystoneauth1 namespace 2015-06-25 16:48:54 -07:00
keystoneauth_fixtures.py Address hacking check H405 2015-11-18 21:18:37 -08:00
matchers.py Fix H405, D105, D200, and D203 PEP257 2016-04-19 21:05:19 +00:00
oidc_fixtures.py oidc: add discovery document support 2016-07-14 10:19:10 +02:00
test_betamax_fixture.py Add tests for YamlJsonSerializer 2016-08-04 11:15:51 -05:00
test_betamax_hooks.py Update keystoneauth fixture to support v3 2016-05-24 13:39:44 +02:00
test_betamax_serializer.py Add tests for YamlJsonSerializer 2016-08-04 11:15:51 -05:00
test_discovery.py Move to the keystoneauth1 namespace 2015-06-25 16:48:54 -07:00
test_fixtures.py Add is_domain to keystoneauth token 2016-05-18 21:56:36 -03:00
test_hacking_checks.py Move to the keystoneauth1 namespace 2015-06-25 16:48:54 -07:00
test_matchers.py Add XML matcher 2015-11-09 15:28:39 -06:00
test_service_token.py Add a service token wrapper 2016-10-11 14:14:40 +11:00
test_session.py Allow specifying client and service info to user_agent 2016-10-07 09:53:50 +11:00
test_token_endpoint.py Add url as a deprecated alias for endpoint 2015-10-11 10:25:35 -04:00
test_utils.py Keep a consistent logger name for keystoneauth 2015-08-24 18:16:33 -07:00
utils.py Fix H405, D105, D200, and D203 PEP257 2016-04-19 21:05:19 +00:00