Comment 7 for bug 1327193

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

Reviewed: https://review.openstack.org/98389
Committed: https://git.openstack.org/cgit/stackforge/fuel-main/commit/?id=d491610d627dc378bc4ba04617e5e70f46267b5c
Submitter: Jenkins
Branch: master

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

    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