neutron-tempest-plugin/neutron_tempest_plugin
Alex Katz bd2bfd49d3 Added test for reattached security groups
We had a bug for OSP13 with openvswitch firewall driver that the established
connection can't be resumed after the security group has been removed from
the port and than added back. Need to test this behavior.

In order to keep the connection open there is a new StatefulConnection
class

Related-Bug: #1915530
Change-Id: I3c2f037180b35dbbd254d8b4ce69852d31391a9a
2021-06-09 07:17:19 +00:00
..
api Fix test to prevent network leak 2021-05-06 13:06:34 +00:00
bgpvpn Mark some bgpvpn scenario tests unstable 2020-10-02 09:21:35 +02:00
common Added test for reattached security groups 2021-06-09 07:17:19 +00: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 Added test for reattached security groups 2021-06-09 07:17:19 +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.