neutron-tempest-plugin/neutron_tempest_plugin
Brian Haley ee00085c33 Use _create_admin_router() where possible
It will automatically set the router for cleanup, so use
it instead of admin_client.create_router().

Trivialfix

Change-Id: I7cff3f164dd76ba5e160cee4566732be10e9276d
2019-08-30 11:27:25 -04:00
..
api Use _create_admin_router() where possible 2019-08-30 11:27:25 -04:00
bgpvpn Add possibility to disable running stadium projects tests 2019-07-18 14:26:08 +02:00
common Test multi-cast messaging between VMs. 2019-07-11 13:50:01 +00:00
fwaas Start enforcing E125 flake8 directive 2019-08-13 12:09:57 -04:00
scenario Start enforcing E125 flake8 directive 2019-08-13 12:09:57 -04:00
services Add API tests for subnet pool prefix operations 2019-06-22 03:11:32 +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.