Comment 16 for bug 1885956

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to manila-tempest-plugin (master)

Reviewed: https://review.opendev.org/740583
Committed: https://git.openstack.org/cgit/openstack/manila-tempest-plugin/commit/?id=a98919f25f265616b10352b481cdeb19b9361511
Submitter: Zuul
Branch: master

commit a98919f25f265616b10352b481cdeb19b9361511
Author: lkuchlan <email address hidden>
Date: Sun Jul 12 09:31:52 2020 +0300

    [Negative] Create share with non allowed share type

    This test was created due to a bug [1] that was found when
    creating a share type with non allowed share type.
    When creating a share using a private share from other tenant, i.e.
    the tenant has no access to the share type. As expected it failed
    with 404, but the share stuck on "creating" status.

    Note: This issue happens only when the share type name is used
    for creating the share.
    Creating a share using share type id works as expected.

    [1] https://bugs.launchpad.net/manila/+bug/1885956

    Depends-On: https://review.opendev.org/#/c/738941/
    Change-Id: I567abccdaa622193b44a9b70bc0481842d8d55f1
    Related-Bug: #1885956