neutron-tempest-plugin/neutron_tempest_plugin
Yariv Rachmani fed6f86894 Allow to configure max vlans for trunk port tests
In NFV baremetal deployments, the number of vlans available for trunk
ports may be constrained. This patch allows to configure
max_networks_per_project to accommodate for those environments.

Change-Id: Ie0f04649313aed41498cf60f7de0eb44cee17b1c
2018-01-04 09:46:37 +00:00
..
api Merge "test_routers_ha: Unify creating routers" 2017-12-15 16:59:38 +00:00
common Add decorator to mark unstable tests 2017-12-14 11:14:32 -05:00
scenario Allow to configure max vlans for trunk port tests 2018-01-04 09:46:37 +00:00
services 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 Allow to configure max vlans for trunk port tests 2018-01-04 09:46:37 +00:00
exceptions.py Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30
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.