Activity log for bug #1675700

Date Who What changed Old value New value Message
2017-03-24 09:16:17 Jaesang Lee bug added bug
2017-03-24 09:16:46 Jaesang Lee description Issue: In test "VolumesV2ImageMetadata", it try to create volume with image, so if glance isn't available, it cannot pass that test. Fix: Add skip_checks method for check glance service. Issue: In test "VolumesV2ImageMetadata", it try to create volume with image, so if glance isn't available, it cannot pass that test, fail always. Fix: Add skip_checks method for check glance service.
2017-03-24 09:19:51 Jaesang Lee tempest: assignee Jaesang Lee (jaesang-lee)
2017-03-24 09:32:04 OpenStack Infra tempest: status New In Progress
2017-03-26 05:36:47 Jaesang Lee summary Test VolumesV2ImageMetadata should be skip when Glance is not avaialable Test Volumes with glance should be skip when Glance is not avaialable
2017-03-26 05:38:30 Jaesang Lee description Issue: In test "VolumesV2ImageMetadata", it try to create volume with image, so if glance isn't available, it cannot pass that test, fail always. Fix: Add skip_checks method for check glance service. Issue: In test "VolumesV2ImageMetadata", "VolumesV2CloneTest.test_create_from_bootable_volume" , it try to create volume with image, so if glance isn't available, it cannot pass that test, fail always. Fix: Add skip method for check glance service.
2017-03-27 10:46:52 Jaesang Lee description Issue: In test "VolumesV2ImageMetadata", "VolumesV2CloneTest.test_create_from_bootable_volume" , it try to create volume with image, so if glance isn't available, it cannot pass that test, fail always. Fix: Add skip method for check glance service. Issue: In some tests, it try to create volume with image "VolumesV2ImageMetadata", "test_create_from_bootable_volume", "test_bootable_volume_backup_and_restore", so if glance isn't available, it cannot pass that test, fail always. Fix: Add skip method for check glance service.
2017-03-30 10:33:59 OpenStack Infra tempest: status In Progress Fix Released