Comment 5 for bug 1288547

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

Reviewed: https://review.openstack.org/79591
Committed: https://git.openstack.org/cgit/stackforge/fuel-ostf/commit/?id=14e57ba5474442d00662b3455099cb21a6afa54f
Submitter: Jenkins
Branch: master

commit 14e57ba5474442d00662b3455099cb21a6afa54f
Author: Tatyana Leontovich <email address hidden>
Date: Tue Mar 11 14:23:20 2014 +0000

    Add deletion of floating ip after disassociation

    First problem - we have 2 very simmilar tests
    that differs only by 1 step. In this patch
    this 2 tests merge into 1.

    Second one - during the tests we do not release
    floating ip, we just disassociate it,
    and release only in teardown(
    when all tests from suite were executed).To fix this issue
    add floating ip deleteion as a separate step

    Change-Id: I5cc0a782cdc5914e250ae5176aa8a724b797a934
    Closes-bug: #1288547