Make volume attach and detach rescue tests negative.

Previously, test_rescued_vm_detach_volume() and
test_rescued_vm_attach_volume() were being skipped because of a bug.
However, the fix for that bug, which has been committed, was to disable
this functionality. It is now incorrect behavior to attach or detach a
volume for a instance in the rescue state. So, this commit changes the
tests to be negative and checks for the error response.

Change-Id: I80c0d33f078b0df46c2af7ea0df6b141a56dc2a2
1 file changed