neutron-tempest-plugin/neutron_tempest_plugin
Zuul 7ab2f6de2f Merge "Make one agent untouchable in test_agent_management" 2019-10-23 02:16:02 +00:00
..
api Merge "Make one agent untouchable in test_agent_management" 2019-10-23 02:16:02 +00:00
bgpvpn Add possibility to disable running stadium projects tests 2019-07-18 14:26:08 +02:00
common Add retry decorator to SSH "execute" method 2019-09-20 10:13:29 +00:00
fwaas Start enforcing E125 flake8 directive 2019-08-13 12:09:57 -04:00
neutron_dynamic_routing Move neutron-dynamic-routing BGP tests from stadium 2019-09-24 08:56:13 -05:00
scenario Merge "Add scenario test for port forwarding and UDP" 2019-10-10 18:46:40 +00:00
services Merge "Move neutron-dynamic-routing BGP tests from stadium" 2019-10-01 13:54:22 +00:00
sfc Add possibility to disable running stadium projects tests 2019-07-18 14:26:08 +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 Merge "Test multi-cast messaging between VMs." 2019-07-25 22:10:09 +00: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.