neutron/neutron/tests/unit/plugins/ml2/drivers/openvswitch/agent
RoyKing 5eb234b226 Avoid unnecessary operation of ovsdb and flows
Type of lvm.vlan is int and other_config.get('tag') is a string,
they can never be equal. We should do type conversion before
comparing to avoid unnecessary operation of ovsdb and flows.

Change-Id: Ib84da6296ddf3c95be9e9f370eb574bf92ceec15
Closes-Bug: #1843425
(cherry picked from commit 0550c0e1f6)
2019-09-21 06:37:49 +00:00
..
extension_drivers Add QoS minimum egress bandwidth rule into ovs-agent 2019-02-26 11:05:04 +00:00
openflow Make OVS controller inactivity_probe configurable 2019-05-25 13:30:57 +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 Replace ryu with os_ken 2018-12-13 10:00:17 +00:00
test_ovs_agent_extension_api.py Add QoS minimum egress bandwidth rule into ovs-agent 2019-02-26 11:05:04 +00: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 Avoid unnecessary operation of ovsdb and flows 2019-09-21 06:37:49 +00:00
test_ovs_tunnel.py Divide-and-conquer local bridge flows beasts 2019-03-27 18:26:56 +00:00
test_vlanmanager.py Removed deprecated class LocalVLANMapping 2016-11-07 20:24:06 +00:00