Comment 17 for bug 1586931

Revision history for this message
Ken'ichi Ohmichi (oomichi) wrote :

Hi Michael,

Yeah, that is a nice point.
I am thinking this problem is due to the lack of error handling.
In cleanup of Tempest, Tempest checks the deletions of the created resources by receiving HTTP404(NotFound). However, now Nova returns HTTP500 and Tempest considers it as an error.
By handling this case rightly, I am hoping the test can pass.