From 191419c4bc27593a6e7d89e61bc9fc697576f3ab Mon Sep 17 00:00:00 2001 From: Marc Koderer Date: Tue, 14 Jul 2015 14:30:45 +0200 Subject: [PATCH] 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 --- tempest/test_discover/plugins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tempest/test_discover/plugins.py b/tempest/test_discover/plugins.py index 197bd0cb13..d5273d5c24 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):