Comment 14 for bug 1773818

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

Reviewed: https://review.openstack.org/582630
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=f001b273b7f3241a96d08c30c767abce621609cd
Submitter: Zuul
Branch: stable/queens

commit f001b273b7f3241a96d08c30c767abce621609cd
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)