Comment 1 for bug 1282456

Revision history for this message
Anastasiia Naboikina (anaboikina) wrote :

We have a smoke test that verifies that TestVM image exists, which is called "Launch instance, create snapshot, launch instance from snapshot", the first step of which is verification if testVM image is available. But it doesn`t mention TestVM image exactly when failed. Also, we have a sanity test which requests a list of images and fails if list is empty. Tests that create instances just try to retrieve image to create an instance, that`s why when it`s not available they just provide a message that instance creation failed.

I agree with the idea of providing an informative error message. And also, I think we should change error message of "Launch instance, create snapshot, launch instance from snapshot" test so that it mentions the name of image it fails to get (in our case it`s TestVM)