barbican/barbican/tests/tasks
Juan Antonio Osorio Robles 4c6704eda7 Fix circular dependency of certificate_manager module
The certificate_manager module had a circular dependency that made it
problematic to use for certain versions of the python interpreter.
This was because we were initializing a singleton EVENT_PLUGIN_MANAGER
that in turn loaded the plugins; The problem was that the plugins
imported certificate_manger themselves and this caused the circular
dependency. So instead of creating that class in the module, I
created a function that should be called instead.

Closes-Bug: #1570356
Change-Id: I9cdb7c3ecc9c275ee561363f6ce13248259f88d0
2016-04-14 12:31:39 +00:00
..
__init__.py Make a whole host of modules hacking 0.9.2 compliant 2014-09-01 23:59:44 -05:00
test_certificate_resources.py Fix circular dependency of certificate_manager module 2016-04-14 12:31:39 +00:00
test_common.py Use assertTrue/False instead of assertEqual(T/F) 2016-01-06 20:44:30 +05:30
test_keystone_consumer.py Use assertEqual/Greater/LessEqual/IsNone 2016-03-01 15:23:22 +01:00
test_resources.py Make tests in barbican.tests.tasks py3 compatible 2015-08-13 10:20:22 +09:00