Comment 44 for bug 1253896

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

Reviewed: https://review.openstack.org/68899
Committed: https://git.openstack.org/cgit/openstack/tempest/commit/?id=6b636677c2a97a363cc7f1517ad10b4b9fd20a5c
Submitter: Jenkins
Branch: master

commit 6b636677c2a97a363cc7f1517ad10b4b9fd20a5c
Author: Darragh O'Reilly <email address hidden>
Date: Fri Jan 24 12:17:40 2014 +0000

    Increase ping timeout from 60 to 120 seconds

    The Cirros image only sends out three DHCPDISCOVERs with 60 second
    waits between. The ovs_neutron_agent may not have the port wired in
    time for the first one, and with ping_timeout=60 the test will be
    terminated before the second one is sent. This patch increases the
    timeout to 120 seconds to prevent that.

    Change-Id: I03fcec50b91fd89ad64e16fce82f9211c2e086a1
    Partial-Bug: 1253896