python-glanceclient/tests/v1
Abhishek Talwar f7cdc3eefe Glance image delete output
Deleting an already deleted image using admin user is throwing an
error "404 Not Found" which is confusing. Deleting an image that does
not exist throws "No image with a name or ID of 'image-id' exists."

Updated the code so that trying to delete an already deleted image
throws "No image with an ID of 'image-id' exists." error.

Closes-Bug: #1333119
Change-Id: I8f9a6174663337a0f48aafa029a4339c32eb2134
Co-Authored-By: Abhishek Talwar <abhishek.talwar@tcs.com>
Co-Authored-By: Kamil Rykowski <kamil.rykowski@intel.com>
2015-02-17 11:27:24 +01:00
..
__init__.py Basic testing 2012-04-02 14:08:03 -07:00
test_image_members.py Fix py34 failure for glance client 2014-11-11 15:36:47 +13:00
test_images.py Fix py34 failure for glance client 2014-11-11 15:36:47 +13:00
test_shell.py Glance image delete output 2015-02-17 11:27:24 +01:00