Comment 4 for bug 1697533

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

Reviewed: https://review.openstack.org/475911
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=330ebbb1b14cc0f7abf0cd7873461c858a1e645f
Submitter: Jenkins
Branch: master

commit 330ebbb1b14cc0f7abf0cd7873461c858a1e645f
Author: Jakub Libosvar <email address hidden>
Date: Tue Jun 20 19:58:58 2017 +0000

    functional-tests: Make addresses for tunneling unique

    OVS can hold only one tunnel with same endpoints. Some tests had
    hardcoded values for both tunnel endpoints which made them unable to run
    in parallel manner.

    This patch takes always exclusive address using resource allocator.

    Change-Id: If81296d54656551b24917d561f235edb96a6c2df
    Closes-bug: #1697533