neutron-tempest-plugin/neutron_tempest_plugin
Zuul 5ad4e82100 Merge "New test, extends test_subport_connectivity" 2021-03-25 10:58:24 +00:00
..
api Add tempest API tests for address groups RBAC 2021-03-01 19:12:17 -06:00
bgpvpn Mark some bgpvpn scenario tests unstable 2020-10-02 09:21:35 +02:00
common Add first VLAN Transparency tests 2021-01-19 12:36:40 +01:00
fwaas Remove six 2020-11-06 09:23:01 +08:00
neutron_dynamic_routing Remove six 2020-11-06 09:23:01 +08:00
scenario Merge "New test, extends test_subport_connectivity" 2021-03-25 10:58:24 +00:00
services Merge "remove all unused local variable" 2020-12-09 16:30:41 +00:00
sfc [SFC] Mark test test_update_port_pair_group_remove_port_pairs as unstable 2020-09-29 16:54:52 +02: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 New test, extends test_subport_connectivity 2021-03-22 16:12:42 +00: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.