HewlettPackard / oneview-sdk-ruby

This project is no longer being developed and has limited support. In the near future this repository will be fully deprecated. Please consider using other OneView projects, such as Golang and Python.
Apache License 2.0
12 stars 16 forks source link

VolumeAttachment::remove_extra_unmanaged_volume throw Unexpected Http Error #112

Closed ricardogpsf closed 7 years ago

ricardogpsf commented 7 years ago

Scenario/Intent

When we call ::remove_extra_unmanaged_volume of VolumeAttachment resource

Environment Details

Steps to Reproduce

Create dependencies of VolumeAttachment and execute method remove_extra_unmanaged_volume with Synergy client.

Expected Result

Should execute the method without errors. All integration volume attachment tests with success and without skipping the test remove_extra_unmanaged_volume.

Actual Result

It throw "Unexpected Error"

ricardogpsf commented 7 years ago

When I applied the request using Postman (plugin for chrome that executes http requests directly to the uri endpoint), the error doesn't occurs and I get a success response from oneview even though I didn't create an extra unmanaged volume.