Merge "Rename test.plugins to test_plugins"

This commit is contained in:
Jenkins 2015-07-15 05:43:23 +00:00 committed by Gerrit Code Review
commit b5b118fb20
1 changed files with 1 additions and 1 deletions

View File

@ -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):