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

Unit tests on unexpected scenarios #55

Closed fgbulsoni closed 7 years ago

fgbulsoni commented 7 years ago

Scenario/Intent

Run unit tests on a file with API 200 and Synergy hardware variant.

Steps to Reproduce

Run unit tests on a file with API 200 and Synergy hardware variant.

Expected Result

I get only the c7000 unit tests for 200, as synergy was not supported in 200.

Actual Result

It tries to run Synergy with 200 and fails due to uninitialized constant.

marikrg commented 7 years ago

@fgbulsoni Is it still valid, since the issue #103 was solved? I believe this error will not happen anymore.

fgbulsoni commented 7 years ago

As long as this has been tested and passing I see no problem with the issue being closed.