Comment 9 for bug 1563883

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

Reviewed: https://review.openstack.org/299647
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=27634bb2ba2637d694c7d0aa5758173d12ef579a
Submitter: Jenkins
Branch: master

commit 27634bb2ba2637d694c7d0aa5758173d12ef579a
Author: Armando Migliaccio <email address hidden>
Date: Wed Mar 30 14:24:58 2016 -0700

    Fix race conditions in IP availability API tests

    DHCP port creation is asynchronous with subnet creation.
    Therefore there is a time window where, depending on how fast
    the DHCP agent honors the request, the DHCP port IP allocation
    may or may not be accounted for in the total number of used IP
    for the network. To kill the race, do not run dhcp on the
    created subnets at all.

    Closes-bug: 1563883

    Change-Id: Idda25e65d04852d68a3c160cc9deefdb4ee82dcd