tempest/tempest/tests/lib/services/identity/v2
Ghanshyam Mann 47a4199326 Fix the logging of request body credentials
Recently we moved the logging of request from rest_client's
request() to raw_request which end up logging the credentials
also from Token client request.

This is to add a kwargs in raw_request() method which tell whether
request body needs to log or not. Also update Token clients to
pass '<omitted>' to stop logging the credential.

Change-Id: I7cbd3656463a51d18b4d72f45a324145283fc7eb
2019-10-02 23:11:04 +00:00
..
__init__.py Migrate tempest-lib code into new lib dir 2016-02-23 14:15:04 -05:00
test_endpoints_client.py Define v2 endpoints_client as libarry 2016-06-13 16:45:48 -07:00
test_identity_client.py Implement tempest client for keystone v2 token APIs 2017-06-19 14:11:12 +05:30
test_roles_client.py Define 4 identity v2 clients as libraries 2016-06-29 09:20:21 +09:00
test_services_client.py Define 4 identity v2 clients as libraries 2016-06-29 09:20:21 +09:00
test_tenants_client.py Define 4 identity v2 clients as libraries 2016-06-29 09:20:21 +09:00
test_token_client.py Fix the logging of request body credentials 2019-10-02 23:11:04 +00:00
test_users_client.py Define 4 identity v2 clients as libraries 2016-06-29 09:20:21 +09:00