Comment 3 for bug 1525773

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

Reviewed: https://review.openstack.org/298971
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=c8cff0a3a78708d015d5f1d109fc1180638d0a29
Submitter: Jenkins
Branch: master

commit c8cff0a3a78708d015d5f1d109fc1180638d0a29
Author: Ryan McNair <email address hidden>
Date: Tue Mar 29 20:26:10 2016 +0000

    Re-enable image to volume with failure test

    The unit test test_copy_volume_to_image_with_image_volume_failure
    was being skipped because the volume availability_zone attribute
    (and a few others) were non-nullable and were not getting set. As of
    7a158ac4488ac86c742e15c714dda7dd76772366 these attributes are nullable
    and the tests now succeed.

    The remaining tests were fixed to use valid id's for the volumes so
    that warnings aren't emitted when running the test case.

    Closes-Bug: #1525773
    Change-Id: I6ee4f878d70d12e64f0c01807c58900bc48c0173