vmware-nsx/neutron/tests/unit/nicira
Aaron Rosen 2e7f35c88b Fix some NVP tests do not do cleanup of nvp ports
Some of the NVP test do not execute self.addCleanup(self.fc.reset_all)
from setUp() as NiciraPluginV2TestCase is not the first mixin.
This casuses left over ports to still exist between different testcases.
This patch only fixes this issue for TestNiciraPortsV2 and
NiciraPortSecurityTestCaseas, some of the other tests require the setUp()
for the first mixin to be called for their tests to work.

Note: this is why the tests for the Remove DHCP lease logic are failing.

Fixes bug: 1209355

Change-Id: I932471cdb8925353c5825cd70c8217511d6d7938
2013-08-12 15:03:13 -07:00
..
etc Create peer router port in appropriate port driver function 2013-07-31 04:12:55 -07:00
__init__.py Clean-up in the unit tests for NVP plugin 2013-07-29 07:37:12 -07:00
fake_nvpapiclient.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
test_agent_scheduler.py Clean-up in the unit tests for NVP plugin 2013-07-29 07:37:12 -07:00
test_maclearning.py Clean-up in the unit tests for NVP plugin 2013-07-29 07:37:12 -07:00
test_networkgw.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
test_nicira_plugin.py Fix some NVP tests do not do cleanup of nvp ports 2013-08-12 15:03:13 -07:00
test_nvp_api_common.py Correct NVP license header files 2013-08-07 11:34:46 -07:00
test_nvp_api_request_eventlet.py Clean-up in the unit tests for NVP plugin 2013-07-29 07:37:12 -07:00
test_nvp_api_request.py Correct NVP license header files 2013-08-07 11:34:46 -07:00
test_nvplib.py Prompted error message is not correct for PortNotFound 2013-07-31 00:48:53 -05:00
test_nvpopts.py Clean-up in the unit tests for NVP plugin 2013-07-29 07:37:12 -07:00