summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorozamiatin <ozamiatin@mirantis.com>2016-12-24 00:53:48 +0200
committerozamiatin <ozamiatin@mirantis.com>2016-12-24 04:26:19 +0200
commitfe6cf0f8a20625fc777f7c8ab131e44e2006d225 (patch)
tree76713049ec8e1e8752bcb9deb05e6471a23eb069 /tox.ini
parentb0507a6bdb20039e666087c991438ba2f5623791 (diff)
downloadoslo-messaging-fe6cf0f8a20625fc777f7c8ab131e44e2006d225.tar.gz
[zmq] Restore static direct connections
Restore static direct connections which may be useful for services running RPC on controllers only and talking to agents via other means (ssh for example). Change-Id: Icbe45978cb4a8ba5db74e5593ea7be23cba3f44e
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 0cb6b7f..613bb5d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -96,6 +96,9 @@ commands = {toxinidir}/setup-test-env-zmq.sh python setup.py testr --slowest --t
basepython = python3.4
commands = {toxinidir}/setup-test-env-zmq.sh python setup.py testr --slowest --testr-args='{posargs:oslo_messaging.tests.functional}'
+[testenv:py27-func-zeromq-direct-static]
+commands = {toxinidir}/setup-test-env-zmq-direct-static.sh python setup.py testr --slowest --testr-args='{posargs:oslo_messaging.tests.functional}'
+
[testenv:py27-func-zeromq-proxy]
commands = {toxinidir}/setup-test-env-zmq-proxy.sh python setup.py testr --slowest --testr-args='{posargs:oslo_messaging.tests.functional}'