Comment 9 for bug 1713163

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

Reviewed: https://review.opendev.org/702808
Committed: https://git.openstack.org/cgit/openstack/tempest/commit/?id=faa163442beca2844183f25443e3168a87dbeaa8
Submitter: Zuul
Branch: master

commit faa163442beca2844183f25443e3168a87dbeaa8
Author: Soniya Vyas <email address hidden>
Date: Wed Jan 15 19:34:57 2020 +0530

    Added fix to 'test_delete_saving_image' testcase

    'test_delete_saving_image' fails because image
    snapshot is produced quicker than tempest being able
    to catch the 'SAVING' transition.

    Hence, the testcase needs following refinement:-
    1. testcase should catch the state of image in 'SAVING'
       state only and then delete the image.
       By this case, we can get the idea that image is
       deleted in 'SAVING' state only and the testcase will
       achieve its motto.
    2. If the image trasits to a state other than
       'SAVING', testcase can just delete the image.

    Related-Bug: #1713163
    Signed-off by: Soniya Vyas<email address hidden>
    Change-Id: I50606c67e9f626935878aaa61d0adbc236272054