summaryrefslogtreecommitdiffstats
path: root/tests/unit/rpc/test_zmq.py
Commit message (Expand)AuthorAgeFilesLines
* Allow BaseTestCase use a different conf objectMark McLoughlin2013-06-251-0/+1
* Enable hacking H404 test.Dina Belova2013-06-111-8/+4
* Move bin/ scripts to entrypoints.Monty Taylor2013-04-071-1/+1
* Remove unused importsZhongyue Luo2013-03-231-1/+0
* Enable message envelope.Russell Bryant2013-03-211-9/+0
* Removes unused imports in the tests moduleZhongyue Luo2013-03-201-3/+0
* Sanitize input before creating IPC socket.Eric Windisch2013-03-121-0/+19
* Fix IPC direct topic routing.Eric Windisch2013-02-191-0/+9
* Support RPC envelopes in impl_zmqEric Windisch2013-02-191-2/+10
* Use oslo-config-2013.1b3Mark McLoughlin2013-02-171-1/+1
* Support testing args for LocalhostMatchMaker.Eric Windisch2013-02-101-2/+3
* Prevent parallel test port clashes for zmq.Monty Taylor2013-01-241-6/+13
* Use testtools as test base class.Monty Taylor2013-01-241-13/+10
* Rework zmq setup and cleanupMark McLoughlin2013-01-151-1/+0
* reusable ZmqProxy service initializationEric Windisch2013-01-131-27/+2
* Address test_zmq setup/teardown racesEric Windisch2013-01-101-16/+17
* Fixes import nit in test_zmqZhongyue Luo2012-11-301-2/+2
* Use self.config in test_zmqEric Windisch2012-10-111-7/+5
* Use pep8 v1.3.3Zhongyue Luo2012-09-131-1/+1
* Merge "Make receiver spawning in impl_zmq more robust/clean."Jenkins2012-08-101-19/+26
|\
| * Make receiver spawning in impl_zmq more robust/clean.Eric Windisch2012-08-011-19/+26
* | Reduce test_zmq's reponse timeout.Eric Windisch2012-08-011-0/+1
|/
* Remove unnecessary register_opts from test_zmqEric Windisch2012-07-251-2/+0
* Make test_zmq bind/send to 127.0.0.1Eric Windisch2012-07-201-0/+3
* Fix Zmq so it doesn't rely on nova flagsJason Kölker2012-07-101-2/+3
* Update common code to support pep 1.3.Gary Kotton2012-06-181-8/+9
* Add impl_zmq to rpc.Russell Bryant2012-06-111-0/+132