Files
vmware-nsx/neutron/plugins/ml2/drivers/cisco
Dane LeBlanc 46f3565cd3 Port Cisco nexus and network db UT to ML2 mech driver UT
Fixes bug 1227964

This fix ports the Cisco Nexus database and network database
unit tests to the Cisco ML2 mechanism driver UT.
The existing test scripts which are ported:
    neutron/tests/unit/cisco/test_nexus_db.py
    neutron/tests/unit/cisco/test_network_db.py
The new test scripts are:
    neutron/tests/unit/ml2/drivers/test_cisco_nexus_db.py
    neutron/tests/unit/ml2/drivers/test_cisco_network_db.py

Note that the QoS database related tests in
test_network_db.py are not ported because QoS is
not currently supported in the Cisco ML2
mechanism driver.

Change-Id: Ib47dab9dafde7c4b8cf0a4930379750f00b9455c
2013-09-20 17:13:35 -04:00
..
2013-09-08 15:58:12 +08:00
2013-09-04 14:10:33 -04:00

Neutron ML2 Cisco Mechanism Drivers README

Cisco mechanism drivers implement the ML2 driver APIs for managing
Cisco devices.

Notes:
The initial version of the Cisco Nexus driver supports only the
VLAN network type on a single physical network.

Provider networks are not currently supported.

The Cisco Nexus mechanism driver's database may have duplicate entries also
found in the core ML2 database. Since the Cisco Nexus DB code is a port from
the plugins/cisco implementation this duplication will remain until the
plugins/cisco code is deprecated.


For more details on using Cisco Nexus switches under ML2 please refer to:
http://wiki.openstack.org/wiki/Neutron/ML2/MechCiscoNexus