]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Decouple helper functions from L3NatDBTestCase
authorAaron Rosen <arosen@nicira.com>
Sun, 17 Feb 2013 23:45:24 +0000 (15:45 -0800)
committerAaron Rosen <arosen@nicira.com>
Mon, 18 Feb 2013 02:41:33 +0000 (18:41 -0800)
commit21ce1ab17f1c2f3b1017b75a8d3f8f8a3f9e939f
tree67626d7537f66eaf73ec5d20f23c2b496c1c8856
parentcc72d0ad113daf2120c3686ca89f114256fce023
Decouple helper functions from L3NatDBTestCase

In order to use the helper functions i.e _create_router in L3NatDBTestCase as
a mixin one needs to also run all the unit tests within L3NatDBTestCase.
These helper functions should be decoupled in the same way that
QuantumDbPluginV2TestCase() is done.

This patch also removes any unused variables within test_l3_plugin.py

Fixes bug 1128505

Change-Id: I2efe8547aeb31d5d9eb7eab6daeb75d9c37e8713
quantum/tests/unit/bigswitch/test_router_db.py
quantum/tests/unit/test_l3_plugin.py