summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-04-08 11:49:49 +0000
committerGerrit Code Review <review@openstack.org>2013-04-08 11:49:49 +0000
commit6d260f4564049b09ab98914a53b3c006472881da (patch)
treec0ac8dcaf105a2c453400cef45d520dd20bd2982 /tests
parent25c8dd56a5fd3b2874c61220d7c451c4c9346689 (diff)
parent0b15de18fba81acfcffc5861f34e0199caef8fb9 (diff)
downloadoslo-6d260f4564049b09ab98914a53b3c006472881da.tar.gz
oslo-6d260f4564049b09ab98914a53b3c006472881da.tar.xz
oslo-6d260f4564049b09ab98914a53b3c006472881da.zip
Merge "Move bin/ scripts to entrypoints."
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/rpc/test_zmq.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/rpc/test_zmq.py b/tests/unit/rpc/test_zmq.py
index 21345a9..564f15e 100644
--- a/tests/unit/rpc/test_zmq.py
+++ b/tests/unit/rpc/test_zmq.py
@@ -88,7 +88,7 @@ class _RpcZmqBaseTestCase(common.BaseRpcTestCase):
reactor.consume_in_thread()
else:
LOG.warning(_("Detected zmq-receiver socket."))
- LOG.warning(_("Assuming nova-rpc-zmq-receiver is running."))
+ LOG.warning(_("Assuming oslo-rpc-zmq-receiver is running."))
LOG.warning(_("Using system zmq receiver deamon."))
super(_RpcZmqBaseTestCase, self).setUp(
topic=topic, topic_nested=topic_nested)