Comment 2 for bug 1643929

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oslo.messaging (master)

Reviewed: https://review.openstack.org/400822
Committed: https://git.openstack.org/cgit/openstack/oslo.messaging/commit/?id=da0e10657be6cce04082485c09132640211bcf89
Submitter: Jenkins
Branch: master

commit da0e10657be6cce04082485c09132640211bcf89
Author: ozamiatin <email address hidden>
Date: Tue Nov 22 17:29:35 2016 +0200

    [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