Comment 13 for bug 1412325

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

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

commit bb0ea39fd19d2675dae738620f5dcc44498633e4
Author: Yair Fried <email address hidden>
Date: Mon Jan 19 07:26:08 2015 +0000

    Unskip and Add timeout method to dns check scenario

    In test_subnet_details, Tempest checks the effect of alternative dns
    server which is updated just before the check.
    However, sometimes the check failed because the update could not make
    it before the check. This reason is not concrete yet, but this problem
    happens three times in 60 minutes now.
    So we need to solve this problem soon for smooth development, and this
    patch adds timeout method for alternative dns part.

    Change-Id: I0cb98ff401b526c24388ea440e5629a8ebc925eb
    Closes-Bug: #1412325