Comment 2 for bug 1599165

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

Reviewed: https://review.openstack.org/337670
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=1b8a2e0f8746d43d812b9b611067882a8e956c41
Submitter: Jenkins
Branch: master

commit 1b8a2e0f8746d43d812b9b611067882a8e956c41
Author: vponomaryov <email address hidden>
Date: Tue Jul 5 16:43:31 2016 +0300

    Delete duplicated broken tempest test

    Test "test_unmanage_replicated_share_snapshot_with_no_replica" is
    located in "replication" test suite. But, it does only
    "snapshot unmanage" actions without any relations to "replication".
    Also, it does not delete real snapshot resource, because
    "manila snapshot" gets only unmanaged.
    So, just remove above mentioned test as duplication that, moreover,
    leads to resources orphanage and cleanup errors.

    Change-Id: Ifc762a882a78159adacfe168a4edbe824178301a
    Closes-Bug: #1599165