neutron-tempest-plugin/neutron_tempest_plugin
2018-12-11 22:25:27 +00:00
..
api Merge "Add scenario test for trunk E2E flow" 2018-12-11 22:25:27 +00:00
common Merge "Improve security groups management." 2018-12-03 23:43:32 +00:00
scenario Merge "Add scenario test for trunk E2E flow" 2018-12-11 22:25:27 +00:00
services Merge "Add scenario test for trunk E2E flow" 2018-12-11 22:25:27 +00:00
__init__.py Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30
config.py Add scenario test for trunk E2E flow 2018-11-29 01:04:36 +08: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 Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30

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.