Comment 6 for bug 1828865

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

Reviewed: https://review.opendev.org/680663
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=3d249a80160693fccaca56cb193c160d9487548c
Submitter: Zuul
Branch: stable/rocky

commit 3d249a80160693fccaca56cb193c160d9487548c
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

    Conflicts:
        neutron/tests/unit/services/revisions/test_revision_plugin.py

    Change-Id: I399f100fe30b6a03248cef5e6026204d4d1ffb2e
    Closes-Bug: #1828865
    (cherry picked from commit 872dd7f48400f0ee059876b01d4034aa75f97787)