neutron/neutron/tests/unit/ml2/drivers
Bob Kukura d1472deed5 ML2 mechanism driver access to binding details
The following properties are added to the PortContext object passed to
ML2 mechanism drivers for port operations:

* bound_driver - name of current bound driver
* original_bound_driver - name previously bound driver in an update
* original_bound_segment - network segment used in previous binding

Some issues with the existing ML2 port binding unit tests were also
fixed.

The remainder of the fix for bug 1276395, making these binding details
available to mechanism drivers when a port is deleted, will be
addressed as part of the fix for bug 1276391.

Partial-Bug: #1276395
Change-Id: I9ecff4a4e044920ed2dde709c89aeb9bc773220d
2014-02-26 09:16:07 -05:00
..
cisco Prepare for multiple cisco ML2 mech drivers 2014-02-07 11:37:01 -05:00
__init__.py Initial Modular L2 Mechanism Driver implementation. 2013-07-10 18:16:03 -07:00
mechanism_bulkless.py Base ML2 bulk support on the loaded drivers 2014-02-04 22:35:01 -08:00
mechanism_logger.py ML2 mechanism driver access to binding details 2014-02-26 09:16:07 -05:00
mechanism_test.py ML2 mechanism driver access to binding details 2014-02-26 09:16:07 -05:00
test_arista_mechanism_driver.py Fix misspells 2013-12-03 15:03:47 -08:00
test_bigswitch_mech.py Enables BigSwitch/Restproxy ML2 VLAN driver 2014-02-05 21:17:53 -08:00
test_l2population.py [ML2] l2-pop MD handle multi create/delete ports 2013-12-24 13:23:12 +01:00