[zmq] Fix configuration for functional gate job

Currently zmq functional gate jobs run the same configuration zeromq
for all three configurations zeromq/zeromq-proxy/zeromq-pub-sub while
locally if we run

tox -e py27-func-zeromq-proxy (or pub-sub or zeromq)

the proper one will run.
Gate job has to work similarly to what we have in local testing.

Change-Id: I94342be65564665faf27d8d01ae6650183146874
Closes-Bug: #1643929
This commit is contained in:
ozamiatin 2016-11-22 17:29:35 +02:00
parent 3f393e521c
commit da0e10657b
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ fi
# Install required packages
case $RPC_BACKEND in
zeromq)
zeromq|zeromq-proxy|zeromq-pub-sub)
sudo apt-get update -y
sudo apt-get install -y redis-server python-redis
;;