neutron-tempest-plugin/neutron_tempest_plugin
2020-01-31 00:26:18 +00:00
..
api Merge "Positive tests for security group quota" 2020-01-28 15:57:45 +00:00
bgpvpn Add possibility to disable running stadium projects tests 2019-07-18 14:26:08 +02:00
common Use different CIDRs for private and public subnets 2020-01-30 11:08:03 +00:00
fwaas Start enforcing E125 flake8 directive 2019-08-13 12:09:57 -04:00
neutron_dynamic_routing bgp_speaker_extensions: Don't execute the negative tests under smoke 2019-11-05 12:38:12 +00:00
scenario Merge "Adding pattern to check_remote_connectivity function" 2020-01-31 00:26:18 +00:00
services Remove unused method "create_network_keystone_v3" 2020-01-14 17:00:38 +00:00
sfc Add possibility to disable running stadium projects tests 2019-07-18 14:26:08 +02:00
vpnaas Migrate neutron-vpnaas tests to neutron-tempest-plugin 2019-12-09 15:13:28 -06:00
__init__.py Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30
config.py Add test to attach and detach policies with regular client 2019-12-15 03:41:12 -05: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.