commit | e4dc8fb3ab1fcb0ae0e83722c7c1e7abde0c7b94 | [log] [tgz] |
---|---|---|
author | Jaesang Lee <jaesang_lee@sk.com> | Sat Mar 25 01:19:58 2017 +0000 |
committer | Jaesang Lee <jaesang_lee@sk.com> | Sat Mar 25 01:23:13 2017 +0000 |
tree | f23ba6703619afb500cd5e959742aa674d56f47f | |
parent | 74c14ae82c4f6d0983920ad2f258999a6c8f6f0c [diff] |
Add skip method for volume test with the glance service In some tests, it try to create volume with image "VolumesV2ImageMetadata", "test_create_from_bootable_volume", "test_bootable_volume_backup_and_restore", so it should be check Glance is available before test. If all tests in class is associate with glance, I used skip_checks, and otherwise, I used testtools.SkipIf Change-Id: I2302699f98b77b0ccad551ef11c4655544b3f827 Closes-Bug: 1675700