667d3d3260
* switch from neutron.tests.tempest to neutron_tempest_plugin * Cleaned up README.rst and setup.cfg * Use neutron_tempest_plugin as a tempest plugin package * Fixed gitreview * Keeping flake8 Ignores in tox.ini as tempest plugin is imported from neutron codebase. Change-Id: I42d389836e72813fdeebc797a577f4a8ac2ee603
10 lines
465 B
ReStructuredText
10 lines
465 B
ReStructuredText
WARNING
|
|
=======
|
|
|
|
Some files under this path were copied from tempest as part of the move of the
|
|
api tests, and they will be removed as required over time to minimize the
|
|
dependency on the tempest testing framework. While it exists, only
|
|
neutron_tempest_plugin.* should be importing files from this path.
|
|
neutron_tempest_plugin.config uses the global cfg.CONF instance and importing it
|
|
outside of the api tests has the potential to break Neutron's use of cfg.CONF.
|