neutron/neutron/tests/unit/plugins/ml2/drivers/openvswitch/agent
Li YaJie 7e48401378 Call install_ingress_direct_goto_flows() when ovs restarts
When ovs restarts and needs to regenerate flows, some flows will be
missing in br-int, as follows:
 * table=60,priority=4,in_port="int-br-floating" actions=resubmit(,61)
 * table=60,priority=4,in_port="patch-tun" actions=resubmit(,61)
 * table=61,priority=0 actions=resubmit(,62)
Call install_ingress_direct_goto_flows() again in the
_handle_ovs_restart() to ensure generate these flows.

Change-Id: I240a78879db757592df138a53b2c22d7f5a9ae13
Closes-Bug: #1920700
(cherry picked from commit 2bb52d49be)
2021-03-29 07:36:03 +00:00
..
extension_drivers Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
openflow Local mac direct flow for non-openflow firewall 2020-10-23 07:49:16 +00:00
__init__.py Restructure agent code in preparation for decomp 2015-06-26 15:06:49 +00:00
fake_oflib.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
ovs_test_base.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
test_ovs_agent_extension_api.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
test_ovs_capabilities.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
test_ovs_neutron_agent.py Call install_ingress_direct_goto_flows() when ovs restarts 2021-03-29 07:36:03 +00:00
test_ovs_tunnel.py Local mac direct flow for non-openflow firewall 2020-10-23 07:49:16 +00:00
test_vlanmanager.py Change provider network segmentation ID in OVS agent 2019-05-20 18:53:17 +00:00