Comment 13 for bug 1773818

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

Reviewed: https://review.openstack.org/582631
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=45ae2e45c41c2418ebc58fbd0f2921ab662fd4c4
Submitter: Zuul
Branch: stable/pike

commit 45ae2e45c41c2418ebc58fbd0f2921ab662fd4c4
Author: Slawek Kaplonski <email address hidden>
Date: Wed May 23 15:13:42 2018 -0700

    Fix UT BridgeLibTest when IPv6 is disabled

    There was missing mock of
    ipv6_utils.is_enabled_and_bind_by_default() in BridgeLibTest
    unit tests and that cause failing some of tests from this module
    when tests are running on host with disabled IPv6.
    Now it's mocked and tests are running properly and are
    testing what they should test.

    Closes-Bug: #1773818
    Change-Id: I9144450ce85e020c0e33c5214a2178acbbbf5f54
    (cherry picked from commit 8930d33c71e394c1cfaa1b9ad5493c79d394cb40)