commit | c93fd95acc5442e1cb20dab440a4041d9d120013 | [log] [tgz] |
---|---|---|
author | zhufl <zhu.fanglei@zte.com.cn> | Mon Oct 17 15:47:40 2016 +0800 |
committer | zhufl <zhu.fanglei@zte.com.cn> | Mon Oct 17 15:47:40 2016 +0800 |
tree | d71bec6c8170a41d16c3f012b0613e8f3a2d7908 | |
parent | 65178d16191a431247988d11d04a1f4230338f48 [diff] |
Image cleanup is missing in test_create_delete_image In test_create_delete_image, there is no addCleanup after self.client.create_image, so if anything goes wrong, the following self.client.delete_image may not be executed and the image will be left over improperly. This is to fix it. Change-Id: Ib54758c0d29efd4f49d470a665713878c0576f10