Comment 5 for bug 1592874

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

Reviewed: https://review.openstack.org/343971
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=77a10d9135fb241f8763cdfd89d7a644a1310a51
Submitter: Jenkins
Branch: stable/mitaka

commit 77a10d9135fb241f8763cdfd89d7a644a1310a51
Author: Valeriy Ponomaryov <email address hidden>
Date: Wed Jun 15 18:53:44 2016 +0300

    [Tempest] Fix negative replication test

    Test "test_try_add_replica_to_share_with_no_replication_share_type"
    located in "manila_tempest_tests/tests/api/test_replication_negative.py"
    tries to verify that replica cannot be created on share that was created
    using share type without replication suppport. But it uses default
    share type that can have anything configured in it. Therefore,
    make this test create share type for its needs.

    Change-Id: I8d27e2522a973350b287fc53d052726044465168
    Closes-Bug: #1592874
    (cherry picked from commit e49d39cde035a153fce4a1a456d74bd71b2ab353)