summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorJames Page <james.page@ubuntu.com>2014-10-14 09:34:59 +0100
committerJames Page <james.page@ubuntu.com>2014-11-17 21:34:29 -0600
commit5aadc56b66c2d8504e9177b553359d2c01b367f4 (patch)
tree381cff050c5409ac9725c4d5dc6c77b8a93af9d9 /test-requirements.txt
parent10eb1202b37f896e1b7844d400e0defd926a7ab1 (diff)
downloadoslo-messaging-5aadc56b66c2d8504e9177b553359d2c01b367f4.tar.gz
Add basic tests for 0mq matchmakers
Basic unit tests for in-memory (localhost), ring and Redis based matchmakers. Redis tests are opportunitic based on a redis-server being installed and running. Test are currently skipped under py3 due to direct dependency on eventlet. Co-Authored-By: Kapil Thangavelu <kapil.thangavelu@canonical.com> Change-Id: I59c4d095033370ab94f645af0d50e2502530f816 Partial-bug: #1302941
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index dae910d..c609178 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -18,6 +18,9 @@ oslotest>=1.2.0 # Apache-2.0
# for test_qpid
qpid-python
+# for test_matchmaker_redis
+redis>=2.10.0
+
# when we can require tox>= 1.4, this can go into tox.ini:
# [testenv:cover]
# deps = {[testenv]deps} coverage