]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Port Cisco nexus and network db UT to ML2 mech driver UT
authorDane LeBlanc <leblancd@cisco.com>
Fri, 20 Sep 2013 03:30:56 +0000 (23:30 -0400)
committerDane LeBlanc <leblancd@cisco.com>
Fri, 20 Sep 2013 21:13:35 +0000 (17:13 -0400)
commit512055ec63fcb081cda01b9ef40c15a91f78d7ac
tree230da3c9c768baa4209f5cff031c58fc26ab95f3
parent983ae6353a63448e1c228ba516add023e6c86f6d
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
neutron/plugins/ml2/drivers/cisco/exceptions.py
neutron/tests/unit/ml2/drivers/test_cisco_network_db.py [new file with mode: 0644]
neutron/tests/unit/ml2/drivers/test_cisco_nexus_db.py [new file with mode: 0644]