neutron-tempest-plugin/neutron_tempest_plugin
Zuul 97a65142f0 Merge "Fix flake8 H404 errors" 2018-10-19 05:31:09 +00:00
..
api Fix flake8 H404 errors 2018-10-09 19:51:54 -04:00
common Fix flake8 H404 errors 2018-10-09 19:51:54 -04:00
scenario Use advanced image only when it's necessary 2018-10-15 23:03:25 +02:00
services Fix flake8 H404 errors 2018-10-09 19:51:54 -04:00
README.rst Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30
__init__.py Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30
config.py Use advanced image only when it's necessary 2018-10-15 23:03:25 +02:00
exceptions.py Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30
plugin.py Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30

README.rst

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.