neutron-tempest-plugin/neutron_tempest_plugin
Zuul 4e44e244f7 Merge "Ensure DNS configuration from conf" 2019-06-10 17:17:18 +00:00
..
api Merge "Add base API tests for port forwarding" 2019-05-29 22:04:34 +00:00
bgpvpn Rehome tempest tests from networking-bgpvpn repo 2019-05-23 16:59:23 +02:00
common Normalize url without port with schema default port 2019-05-27 13:14:14 +08:00
scenario Merge "Ensure DNS configuration from conf" 2019-06-10 17:17:18 +00:00
services Add base API tests for port forwarding 2019-05-27 06:33:01 +02:00
sfc Migrate networking-sfc tests to neutron-tempest-plugin 2019-05-17 12:21:57 +02: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 Rehome tempest tests from networking-bgpvpn repo 2019-05-23 16:59:23 +02:00
exceptions.py Create wrapper tool for both local and remote shell command execution. 2018-11-14 14:51:40 +01:00
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.