Rename test.plugins to test_plugins
As stated in the initial design spec rename test.plugins to test_plugins. Partially Implements bp external-plugin-interface Change-Id: Ib019d0849cb9405eef010d679caad236c821ce81changes/40/201540/1
parent
e083f64669
commit
191419c4bc
|
@ -46,7 +46,7 @@ class TempestTestPluginManager(object):
|
|||
"""
|
||||
def __init__(self):
|
||||
self.ext_plugins = stevedore.ExtensionManager(
|
||||
'tempest.test.plugins', invoke_on_load=True,
|
||||
'tempest.test_plugins', invoke_on_load=True,
|
||||
propagate_map_exceptions=True)
|
||||
|
||||
def get_plugin_load_tests_tuple(self):
|
||||
|
|
Loading…
Reference in New Issue