neutron/neutron/tests/unit/plugins/ml2/drivers/openvswitch/agent
Nguyen Thanh Cong 22df469504 [OvS] Handle re_added multi ports
Multiple ports are located in ports_re_added. Assume we have port_one
and port_two. It will loop through the ports. Port_one is iterated
first, events ['re_added'] is assigned port_one, events ['removed']
is assigned port_two. In the second loop, events ['re_added'] is set
to port_two instead of adding port_two to list. So after the loop,
only port_two is left in events ['re_added'].

Change-Id: If8edd29dd741f1688ffcac341fd58173539ba000
Closes-Bug: #1864630
(cherry picked from commit 5600163e9b)
2020-04-03 22:53:21 +07:00
..
extension_drivers Drop of_interface option 2019-05-24 10:33:48 +02:00
openflow Add accepted egress direct flow 2020-01-28 08:33:01 +00:00
__init__.py Restructure agent code in preparation for decomp 2015-06-26 15:06:49 +00:00
fake_oflib.py Replace ryu with os_ken 2018-12-13 10:00:17 +00:00
ovs_test_base.py Drop of_interface option 2019-05-24 10:33:48 +02:00
test_ovs_agent_extension_api.py Drop of_interface option 2019-05-24 10:33:48 +02:00
test_ovs_capabilities.py unit test: unbreak test cases for callbacks.subscribe 2018-04-11 07:20:42 +00:00
test_ovs_neutron_agent.py [OvS] Handle re_added multi ports 2020-04-03 22:53:21 +07:00
test_ovs_tunnel.py Add accepted egress direct flow 2020-01-28 08:33:01 +00:00
test_vlanmanager.py Change provider network segmentation ID in OVS agent 2019-05-20 18:53:17 +00:00