summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrey Morris <treyemorris@gmail.com>2012-12-18 05:09:36 -0600
committerTrey Morris <treyemorris@gmail.com>2012-12-18 13:42:19 -0600
commitc9d67554126554b73f69fc8456febe4ee1a145f7 (patch)
tree19eedb23ac65a120026ea632a74b91f89a3330b6
parent0e4076ebbd0d25e5164c180e8983a36a6bdd9cb5 (diff)
removed duplicate function definitions
fixes bug 1091611 Change-Id: I8d4d69122e5743dc230ce83d3631b6edfed6ebbd
-rw-r--r--nova/tests/network/test_rpcapi.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/nova/tests/network/test_rpcapi.py b/nova/tests/network/test_rpcapi.py
index 2ded5230d..77a936b63 100644
--- a/nova/tests/network/test_rpcapi.py
+++ b/nova/tests/network/test_rpcapi.py
@@ -272,14 +272,6 @@ class NetworkRpcAPITestCase(test.TestCase):
address='fake_addr', interface='fake_interface',
host='fake_host')
- def test_lease_fixed_ip(self):
- self._test_network_api('lease_fixed_ip', rpc_method='cast',
- address='fake_addr', host='fake_host')
-
- def test_release_fixed_ip(self):
- self._test_network_api('release_fixed_ip', rpc_method='cast',
- address='fake_addr', host='fake_host')
-
def test_migrate_instance_start(self):
self._test_network_api('migrate_instance_start', rpc_method='call',
instance_uuid='fake_instance_uuid',