Comment 5 for bug 1849377

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-manilaclient (stable/train)

Reviewed: https://review.opendev.org/692186
Committed: https://git.openstack.org/cgit/openstack/python-manilaclient/commit/?id=454ab514568d0943a685e7dd31e14dfed1e04925
Submitter: Zuul
Branch: stable/train

commit 454ab514568d0943a685e7dd31e14dfed1e04925
Author: Douglas Viroel <email address hidden>
Date: Thu Oct 24 17:48:22 2019 -0300

    Fix update share network tests and skip exception issue

    After fixing a bug that was allowing share network update when it
    shouldn't, the test that validates the share network creation and
    update started failing. An additional validation was introduced and
    it caused the new bug. This patch fixes the test and make it work
    properly.
    In addition this patch fixes test classes that are raising a skip
    exception inside the setUpClass function and failing due to testtool
    issue #272.

    Closes-Bug: #1849728
    Closes-Bug: #1849377
    Related-Bug: #1846836
    Co-Author: Carlos Eduardo <email address hidden>
    Change-Id: I5b27ee4a9e844ea48dc9324bcf38f5767223717f
    (cherry picked from commit 0ca91287acffece4f78451e160fafa040a988f5a)