summaryrefslogtreecommitdiff
path: root/tempest/test_discover
diff options
context:
space:
mode:
authorMarc Koderer <marc@koderer.com>2015-07-14 14:30:45 +0200
committerMarc Koderer <marc@koderer.com>2015-07-14 14:30:45 +0200
commit191419c4bc27593a6e7d89e61bc9fc697576f3ab (patch)
tree03a343104a9db3faba489077675b373dd9c53f1c /tempest/test_discover
parente083f646692bae29c4417541949812fdb712074a (diff)
downloadtempest-191419c4bc27593a6e7d89e61bc9fc697576f3ab.tar.gz
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: Ib019d0849cb9405eef010d679caad236c821ce81
Diffstat (limited to 'tempest/test_discover')
-rw-r--r--tempest/test_discover/plugins.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tempest/test_discover/plugins.py b/tempest/test_discover/plugins.py
index 197bd0cb1..d5273d5c2 100644
--- a/tempest/test_discover/plugins.py
+++ b/tempest/test_discover/plugins.py
@@ -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):