Comment 20 for bug 1374175

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

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

commit da2a83562b297c019b9325023577196ec992e507
Author: Steven Hardy <email address hidden>
Date: Thu Oct 2 12:52:20 2014 +0100

    Orchestration use stack timeout waiting for ping response

    The test_server_cfn_init scenario test boots a full Fedora image,
    not the cirros image which is presumably used for compute tests
    where the default 120s ping timeout may be appropriate.

    To ensure we don't encounter any spurious failures due to booting the
    much bigger orchestration image (which is Fedora in the gate), use
    the stack timeout (default 900s) to override the ping timeout for
    this test.

    Change-Id: I4eba18333bdaa0ef41122cda85fd3f4d91b2cf5c
    Closes-Bug: #1374175