keystonemiddleware/keystonemiddleware/tests/unit/auth_token
Janonymous f4d453ec30 use oslo.log instead of logging
The constants of log levels were added in the 1.8 version
of the oslo.log library.
So we can replace all usage of system logging module
with log module from oslo.log

Change-Id: I97a1d913b543dc9dbd4d228b04adbdf7ee320df5
2017-01-13 03:24:18 +00:00
..
__init__.py Move unit tests into tests.unit 2015-03-11 17:03:54 -05:00
base.py use oslo.log instead of logging 2017-01-13 03:24:18 +00:00
test_auth.py use oslo.log instead of logging 2017-01-13 03:24:18 +00:00
test_auth_token_middleware.py use oslo.log instead of logging 2017-01-13 03:24:18 +00:00
test_base_middleware.py Specify that unknown arguments can be passed to fetch_token 2016-10-10 18:44:46 +11:00
test_cache.py Handle cache invalidate outside cache object 2016-04-04 14:54:55 +10:00
test_config.py Fix typo 'olso' to 'oslo' 2016-06-23 12:45:42 +05:30
test_connection_pool.py Move _memcache_pool into auth_token 2015-03-13 08:59:15 -05:00
test_memcache_crypt.py Use method constant_time_compare from oslo.utils 2016-09-26 15:10:42 +08:00
test_request.py Use keystoneauth 2015-11-23 12:03:00 +11:00
test_revocations.py auth_token verify revocation by audit_id 2015-12-17 10:55:58 -06:00
test_signing_dir.py Create signing_dir upon first usage 2016-04-11 11:12:06 -07:00
test_user_auth_plugin.py Pass ?allow_expired 2016-12-15 16:15:35 +00:00