Comment 13 for bug 1776459

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

Reviewed: https://review.openstack.org/578402
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=c57a5d9d8aef4a9b89e3d41c293ceb40d7ebad22
Submitter: Zuul
Branch: master

commit c57a5d9d8aef4a9b89e3d41c293ceb40d7ebad22
Author: Slawek Kaplonski <email address hidden>
Date: Wed Jun 27 16:02:28 2018 +0200

    [Fullstack] HA L3 agent restart only standby agents

    In fullstack test which is testing if there is no packet lost
    during restart of agents there were restarted always all agents
    which hosted router.
    In case when as first was restarted 'master' agent it might
    lead to the case when after restart 'master' node was switched
    to second L3 agent and that caused lost of few packets and
    failed test.
    This test should only check if restart of standby agents will
    not cause any packet lost so this patch do it in this way.

    Change-Id: I6293169d7d7f35e3a9726071e63003ac569dd01e
    Closes-Bug: #1776459