summaryrefslogtreecommitdiffstats
path: root/tests/unit/rpc/test_zmq.py
diff options
context:
space:
mode:
authorRussell Bryant <rbryant@redhat.com>2013-03-21 18:43:36 -0400
committerRussell Bryant <rbryant@redhat.com>2013-03-21 18:43:36 -0400
commitec8465a7b1077a71082324220e7c44cf700a4d4b (patch)
tree32e31f1e4fbdb0a280ef16c0077cba40a2d1919b /tests/unit/rpc/test_zmq.py
parentbf70726d4228ebf3e65aa75b8f0ca6cab5e1e159 (diff)
downloadoslo-ec8465a7b1077a71082324220e7c44cf700a4d4b.tar.gz
oslo-ec8465a7b1077a71082324220e7c44cf700a4d4b.tar.xz
oslo-ec8465a7b1077a71082324220e7c44cf700a4d4b.zip
Enable message envelope.
Grizzly had the ability to receive messages with an envelope, but did not send them. Now update the code to send them. Change-Id: I73aad7697cf83ad4aabb3c2058b7cc4f53f783c2
Diffstat (limited to 'tests/unit/rpc/test_zmq.py')
-rw-r--r--tests/unit/rpc/test_zmq.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/unit/rpc/test_zmq.py b/tests/unit/rpc/test_zmq.py
index 5339e3c..5380a98 100644
--- a/tests/unit/rpc/test_zmq.py
+++ b/tests/unit/rpc/test_zmq.py
@@ -125,15 +125,6 @@ class RpcZmqBaseTopicTestCase(_RpcZmqBaseTestCase):
pass
-class RpcZmqEnvelopeEnabledTestCase(_RpcZmqBaseTestCase):
- """
- This sends messages with envelopes enabled.
- """
- def setUp(self):
- super(RpcZmqEnvelopeEnabledTestCase, self).setUp()
- self.stubs.Set(rpc_common, '_SEND_RPC_ENVELOPE', True)
-
-
class RpcZmqDirectTopicTestCase(_RpcZmqBaseTestCase):
"""
Test communication directly to a host,