Comment 5 for bug 1327193

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-main (stable/4.1)

Reviewed: https://review.openstack.org/98391
Committed: https://git.openstack.org/cgit/stackforge/fuel-main/commit/?id=0f3095914575f37b828c9932a833f7ab1371a4cd
Submitter: Jenkins
Branch: stable/4.1

commit 0f3095914575f37b828c9932a833f7ab1371a4cd
Author: Tatyana Leontovich <email address hidden>
Date: Fri Jun 6 15:15:55 2014 +0000

    4.1.1 Add wait until node became offline

    In test HA restrat we destroy 2 nodes
    and then run ostf. Nailgun see that nodes as online
    and as result ostf tests failed on attempts
    to ssh to offline nodes.
    So add method wait() to verify that nodes became
    offline in nailgun and then only run ostf

    Change-Id: I8740e9305be380e897fb7f68d2ff4e86612914fd
    Closes-Bug: #1327193