]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Port Cisco nexus subplugin UT to ML2 mech driver UT
authorDane LeBlanc <leblancd@cisco.com>
Thu, 19 Sep 2013 22:06:37 +0000 (18:06 -0400)
committerDane LeBlanc <leblancd@cisco.com>
Mon, 23 Sep 2013 21:07:42 +0000 (17:07 -0400)
commit4b8bbe572840a602719494e406b9a07febca3a6a
tree7c2c49202e85853c5ebb01a84c4a1c9f912cabcc
parent983ae6353a63448e1c228ba516add023e6c86f6d
Port Cisco nexus subplugin UT to ML2 mech driver UT

Fixes bug 1227889

This fix ports the Cisco Nexus sub-plugin unit tests
(neutron/tests/unit/cisco/test_nexus_plugin.py) to the Cisco ML2 mechanism
driver. The new test script will be
neutron/tests/unit/ml2/drivers/test_cisco_nexus.py.

Test cases which will be excluded from this port:
    - Test cases involving provider networks.
    - Test cases involving add/remove router networks
since these features are not currently supported in the Cisco ML2
mechanism driver.

Change-Id: I7aed85031cf402c418089d263c7e949c4631b1eb
neutron/tests/unit/ml2/drivers/test_cisco_nexus.py [new file with mode: 0644]