neutron/neutron/tests/unit/plugins/ml2/drivers/l2pop
Yang JianFeng d0fa2c9ac5 Don't skip DVR port while neutron-openvswitch-agent is restared.
neutron-openvswitch-agent will refresh flows when it's restarted.
But the port's binding status is not changed, update_port_postcommit
will be skipped at function '_update_individual_port_db_status' in
'neutron/plugins/ml2/plugin.py', l2pop don't handle DVR ports, the
fdb entries about DVR port will not be added.

So, we can't skip DVR port at notify_l2pop_port_wiring when agent
is restared.

Closes-Bug: #1773286
Change-Id: I54e3db4822830a0c83daf7b5150575f8d6e2497b
2018-06-05 01:07:40 +00:00
..
rpc_manager Removed deprecated class LocalVLANMapping 2016-11-07 20:24:06 +00:00
__init__.py Reorganize plugin test modules 2015-04-07 00:55:25 +00:00
test_db.py Integration of L3HARouterAgentPortBinding in ml2/drivers/l2pop/db.py 2017-11-01 09:31:05 +07:00
test_mech_driver.py Don't skip DVR port while neutron-openvswitch-agent is restared. 2018-06-05 01:07:40 +00:00