Refactored cinder tempest tests to cinder_tempest_plugin
* As per the current codebase of cinder tempest plugin, it is getting
dumped in the cinder/tests and the package name is setup.cfg is
cinder_tempest_plugin which does not exists. So i refactored to
give a proper tempest plugin shape.
Change-Id: Ia78ea53a99923844f40fb4e9fe22ec0da4b0c335
diff --git a/setup.cfg b/setup.cfg
index 879c210..ff06dac 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -47,4 +47,4 @@
[entry_points]
tempest.test_plugins =
- cinder_tests = cinder.tests.tempest.plugin:CinderTempestPlugin
+ cinder_tests = cinder_tempest_plugin.plugin:CinderTempestPlugin