neutron/neutron/tests/unit/plugins/ml2
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
..
db Reorganize plugin test modules 2015-04-07 00:55:25 +00:00
drivers Properly handle segmentation_id in OVS agent 2015-10-22 21:56:49 +00:00
extensions Remove get_namespace from API extensions 2015-06-15 09:17:32 -04:00
__init__.py Reorganize unit test tree 2015-04-06 23:28:31 +00:00
_test_mech_agent.py Merge "Refactor mlnx mechanism driver to support infiniband only" 2015-06-07 18:47:57 +00:00
base.py Add high-level functional/integration DVR tests 2015-08-19 18:01:16 -04:00
test_agent_scheduler.py Move db agent schedulers test to a more appropriate place 2015-08-24 15:14:13 +03:00
test_db.py Switch to oslo_utils.uuidutils 2015-06-22 11:06:18 +00:00
test_driver_context.py Revert "Defer segment lookup in NetworkContext object" 2015-06-10 07:04:38 +00:00
test_ext_portsecurity.py populate port security default into network 2015-06-29 09:31:43 +08:00
test_extension_driver_api.py Pass the extension driver exception to plugin 2015-08-12 09:36:04 +00:00
test_plugin.py ml2: don't consider drivers with no bind_port for qos supported rule types 2015-09-22 14:38:59 +02:00
test_port_binding.py Add unit tests for ML2 DVR port binding and fix PortContext inconsistencies 2015-05-11 17:03:31 -04:00
test_rpc.py No network devices on network attached qos policies 2015-09-16 15:11:04 +02:00
test_security_group.py Python 3: Wrap map() in a list call 2015-07-17 13:21:31 +09:00