HewlettPackard / oneview-puppet

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 Terraform and Ansible Collection
https://forge.puppet.com/hewlettpackard/oneview
Apache License 2.0
8 stars 17 forks source link

Update unit tests to match updated remove_extra_unmanaged_volume from oneview-ruby-sdk #119

Closed marikrg closed 7 years ago

marikrg commented 7 years ago

Scenario/Intent

The build is failing.

Unit Test from remove_extra_unmanaged_volume method must be fixed due to a recent change on the oneview-sdk-ruby.

The method remove_extra_unmanaged_volume from Volume Attachment was recently changed, and the unit test suite is failing. The changed method must be mocked instead of the internals rest calls.

Environment Details

Steps to Reproduce

rake test

Expected Result

Build must pass.

Actual Result

Build is failing.