tests/network/test_rpcapi.py has some duplicate function definitions

Bug #1091611 reported by Trey Morris
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
Fix Released
Undecided
Trey Morris

Bug Description

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')

both of these methods have already been defined with identical arguments 40 or so lines above

Trey Morris (tr3buchet)
Changed in nova:
assignee: nobody → Trey Morris (tr3buchet)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to nova (master)

Fix proposed to branch: master
Review: https://review.openstack.org/18301

Changed in nova:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/18301
Committed: http://github.com/openstack/nova/commit/c9d67554126554b73f69fc8456febe4ee1a145f7
Submitter: Jenkins
Branch: master

commit c9d67554126554b73f69fc8456febe4ee1a145f7
Author: Trey Morris <email address hidden>
Date: Tue Dec 18 05:09:36 2012 -0600

    removed duplicate function definitions

    fixes bug 1091611

    Change-Id: I8d4d69122e5743dc230ce83d3631b6edfed6ebbd

Changed in nova:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in nova:
milestone: none → grizzly-2
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in nova:
milestone: grizzly-2 → 2013.1
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.