neutron-tempest-plugin/neutron_tempest_plugin
Slawek Kaplonski 193f1714bf Mark multicast scenario test as unstable for now
Change-Id: I034ad37d9fb0a92c31a3403e1ecaf48ca93b33ab
Related-Bug: #1850288
2019-10-31 13:41:27 +00:00
..
api Merge "Add test to create and update DSCP values" 2019-10-24 13:46:06 +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 Mark multicast scenario test as unstable for now 2019-10-31 13:41:27 +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.