neutron/neutron/tests/unit/plugins/ml2/drivers
Thomas Herve 10e0750352 Properly handle segmentation_id in OVS agent
The segmentation_id of a OVS VLAN can be None, but a recent change
assumed that it was always an integer. It highlighted the fact that we
try to store None in the OVS database, which got stored as a string.
This fixes the storage, and handles loading the value while keeping
compatibility.

Change-Id: I6e7df1406c90ddde254467bb87ff1507a4caaadd
Closes-Bug: #1494281
(cherry picked from commit 51f6b2e1c9)
2015-10-22 21:56:49 +00:00
..
freescale Reorganize plugin test modules 2015-04-07 00:55:25 +00:00
l2pop l2pop: check port mac in pre-commit to stop change 2015-08-19 22:56:52 -07:00
linuxbridge Fix adding tap failure if bridge mapping is not provided 2015-09-19 05:12:03 +00:00
mech_sriov QoS SR-IOV: allow to reset vf rate when VF is assigend to VM 2015-10-16 11:39:31 +00:00
mlnx Move in-tree vendor AGENT_TYPE_* constants 2015-08-24 20:16:05 +00:00
opendaylight Support delegation of bind_port to networking-odl backend driver. 2015-08-10 14:07:59 +00:00
openvswitch Properly handle segmentation_id in OVS agent 2015-10-22 21:56:49 +00:00
__init__.py Reorganize unit test tree 2015-04-06 23:28:31 +00:00
base_type_tunnel.py Fix hostname roaming for ml2 tunnel endpoints. 2015-09-21 12:50:00 +02:00
ext_test.py Reorganize plugin test modules 2015-04-07 00:55:25 +00:00
mech_fake_agent.py Reorganize unit test tree 2015-04-06 23:28:31 +00:00
mechanism_logger.py Add unit tests for ML2 DVR port binding and fix PortContext inconsistencies 2015-05-11 17:03:31 -04:00
mechanism_test.py Add network to SubnetContext 2015-08-17 05:35:20 +00:00
test_helpers.py Use oslo.log library instead of system logging module 2015-08-10 15:52:26 +03:00
test_type_flat.py Reorganize plugin test modules 2015-04-07 00:55:25 +00:00
test_type_geneve.py Add Geneve type driver support to ML2 2015-08-27 20:04:35 +03:00
test_type_gre.py Abstract sync_allocations 2015-06-25 09:12:54 +00:00
test_type_local.py Reorganize plugin test modules 2015-04-07 00:55:25 +00:00
test_type_vlan.py Reorganize plugin test modules 2015-04-07 00:55:25 +00:00
test_type_vxlan.py Remove extra indent in testcases 2015-06-02 17:35:44 -07:00