Comment 10 for bug 1816489

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

Reviewed: https://review.openstack.org/645229
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=e5202b9fb1ae2bba9d7642f8d9bfbff0a3b1d1a9
Submitter: Zuul
Branch: stable/rocky

commit e5202b9fb1ae2bba9d7642f8d9bfbff0a3b1d1a9
Author: Slawek Kaplonski <email address hidden>
Date: Fri Mar 1 16:11:59 2019 +0100

    [Functional] Don't assert that HA router don't have IPs configured

    In functional tests of HA router, in
    L3AgentTestFramework._router_lifecycle method there was assertion
    that HA router at the beginning don't have IPs configured in
    router's namespace.

    That could lead to test failure because sometimes keepalived process
    switched router from standby to master before this assertion was
    done and IPs were already configured.

    There is alsmost no value in doing this assertion as it's just after
    router was created so it is "normal" that there is no IP addresses
    configured yet.
    Because of that this patch removes this assertion.

    Change-Id: Ib509a7226eb94483a0aaf2d930f329e419b8e135
    Closes-Bug: #1816489
    (cherry picked from commit e6351ab11e2cfaea18ab963e32052ad110d2b899)