cinder/cinder/tests/unit/keymgr
Dave McCowan 0832a03553 Check context before returning cached value
The key manager caches the value of barbican client to be reused,
saving an extra call to keystone.  The cached value is only
applicable to the current context, so the context must be checked
before returning the cached value.

Change-Id: Ib10909a098fb2cd070129c239b6d3b95edc8fea0
Closes-Bug: #1523646
2015-12-08 20:51:48 -05:00
..
__init__.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
fake.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
mock_key_mgr.py Port test_volume to Python 3 2015-09-29 14:22:40 +02:00
test_barbican.py Check context before returning cached value 2015-12-08 20:51:48 -05:00
test_conf_key_mgr.py Port key manager to Python 3 2015-11-24 20:58:32 +01:00
test_key.py Port key manager to Python 3 2015-11-24 20:58:32 +01:00
test_key_mgr.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_mock_key_mgr.py Port test_volume to Python 3 2015-09-29 14:22:40 +02:00
test_not_implemented_key_mgr.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00