Comment 22 for bug 1799555

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (stable/stein)

Reviewed: https://review.opendev.org/680657
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=5b07cb21e3d8abe15c6322616b0b8976b54aef8d
Submitter: Zuul
Branch: stable/stein

commit 5b07cb21e3d8abe15c6322616b0b8976b54aef8d
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Fri Jun 14 15:50:39 2019 +0000

    Increase TestDhcpAgentHA.agent_down_time to 30 seconds

    Currently there is a delay (around 20 seconds) between the the agent
    update call and the server reply, due to the testing servers load. This
    time should be higher than the agent-server communication delay but
    still short enough to detect when the DHCP agent is dead during the
    active wait during the DHCP agent network rescheduling.

    "log_agent_heartbeats" is activated to add information about when the
    server has processed the agent report status call. This log will allow
    to check the different between the server updating time and the previous
    agent heartbeat timestamp.

    Conflicts:
        neutron/tests/fullstack/resources/config.py

    Change-Id: Icf9a8802585c908fd4a70d0508139a81d5ac90ee
    Related-Bug: #1799555
    (cherry picked from commit d7c5ae8a0378fa50853e91241426b6470ffe7492)