You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We went through your PR and understood the issue you are facing. But your PR doesn't seem to solve the issue as we tried running it.
Please let us know if you need any further help on this.
Scenario/Intent
Load a config from a file which is not in the same path that the CLI using oneview-golang.
Environment Details
Steps to Reproduce
Use LoadConfigFile function with a value of configFile parameter equal to
/etc/whatever.json
Expected Result
Configuration object loaded from file
/etc/whatever.json
Actual Result
Open file error because de LoadConfigFile function prepends the configFile with the path of Caller.
The text was updated successfully, but these errors were encountered: