Comment 2 for bug 1828865

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

Reviewed: https://review.opendev.org/658866
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=872dd7f48400f0ee059876b01d4034aa75f97787
Submitter: Zuul
Branch: master

commit 872dd7f48400f0ee059876b01d4034aa75f97787
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Mon May 13 17:06:44 2019 +0000

    Use created subnet in port generator in "test_port_ip_update_revises"

    We are hitting sometimes a problem in "test_port_ip_update_revises" [1].
    This happens because the port created doesn't belong to the previously
    created subnet. We need to enforce that the port is created in the
    subnet specifically created in this test.

    [1]http://logs.openstack.org/69/650269/12/check/openstack-tox-lower-constraints/7adf36e/testr_results.html.gz

    Change-Id: I399f100fe30b6a03248cef5e6026204d4d1ffb2e
    Closes-Bug: #1828865