neutron-tempest-plugin/neutron_tempest_plugin
Zuul c654d8a408 Merge "Enhance the test_multicast_between_vms_on_same_network test" 2020-02-13 02:22:06 +00:00
..
api Remove references to "tenant_id" in test_security_groups 2020-02-11 09:29:10 +00:00
bgpvpn Add possibility to disable running stadium projects tests 2019-07-18 14:26:08 +02:00
common Remove "unstable_test" decorator local implementation 2020-01-31 09:15:01 +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 "Enhance the test_multicast_between_vms_on_same_network test" 2020-02-13 02:22:06 +00:00
services Remove references to "tenant_id" in test_qos 2020-02-07 09:26:32 +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
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 "Enhance the test_multicast_between_vms_on_same_network test" 2020-02-13 02:22:06 +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.