RpcZmqBaseTestCase not defined in test_zmq

Bug #1021451 reported by Erica Windisch
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
openstack-common
Fix Released
Undecided
Erica Windisch

Bug Description

======================================================================
ERROR: test_nested_calls (tests.unit.rpc.test_zmq.RpcZmqDirectTopicTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/jogo/OpenStack/openstack-common/tests/unit/rpc/test_zmq.py", line 133, in setUp
    topic_nested='nested.localhost')
  File "/home/jogo/OpenStack/openstack-common/openstack/common/testutils.py", line 51, in _skipper
    func(*args, **kw)
  File "/home/jogo/OpenStack/openstack-common/tests/unit/rpc/test_zmq.py", line 100, in setUp
    super(RpcZmqBaseTestCase, self).setUp(
NameError: global name 'RpcZmqBaseTestCase' is not defined
-------------------- >> begin captured logging << --------------------
tests.unit.rpc.test_zmq: WARNING: Detected zmq-receiver socket. Assuming nova-rpc-zmq-receiver is running.
--------------------- >> end captured logging << ---------------------

Revision history for this message
Erica Windisch (ewindisch) wrote :

Missing _ on line 100: super(RpcZmqBaseTestCase, self).setUp(

Should refer to _RpcZmqBaseTestCase.

Changed in nova:
assignee: nobody → Eric Windisch (ewindisch)
status: New → Confirmed
affects: nova → openstack-common
Revision history for this message
Erica Windisch (ewindisch) wrote :
Changed in openstack-common:
status: Confirmed → In Progress
Changed in openstack-common:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

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