neutron-tempest-plugin/neutron_tempest_plugin
Zuul e8840a9a97 Merge "Add logging API delete corresponding SG test" 2022-01-10 21:05:30 +00:00
..
api Merge "Add logging API delete corresponding SG test" 2022-01-10 21:05:30 +00:00
bgpvpn Mark some bgpvpn scenario tests unstable 2020-10-02 09:21:35 +02:00
common Fix StatefulConnection to not to fail on exit 2021-08-05 11:12:30 +03:00
fwaas Remove six 2020-11-06 09:23:01 +08:00
neutron_dynamic_routing Add a config option for BGP speaker scheduling 2021-10-26 10:39:18 +02:00
scenario Merge "Increase guest os ready timeout" 2021-12-21 14:05:32 +00:00
services Refactoring - Use existing Tempest APIs in "QoS bandwidth limit rule" tests 2021-09-09 14:21:44 +03:00
sfc [SFC] Mark test test_update_port_pair_group_remove_port_pairs as unstable 2020-09-29 16:54:52 +02:00
tap_as_a_service Add tap-as-a-service API tests 2021-09-09 16:09:13 +00:00
vpnaas Mark VPNaaS scenario tests as unstable 2020-06-05 11:13:03 +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 Add a config option for BGP speaker scheduling 2021-10-26 10:39:18 +02:00
exceptions.py Stop using not existing ShellCommandError exception class 2020-02-06 10:44:16 +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.