An open API service indexing awesome lists of open source software.

https://github.com/dell/gounity

GO library for Dell Unity
https://github.com/dell/gounity

Last synced: about 1 year ago
JSON representation

GO library for Dell Unity

Awesome Lists containing this project

README

          

# GoUnity
A portable Go library which represents API bindings that allow you to manage Unity XT storage platforms.

## Integration Tests Execution
Follow the steps to run integration tests:
1. Create a properties file `test.properties` using the template `test.properties_template`.
2. Populate the properties file with values from your Unity XT system as shown below:

![test prop1](https://user-images.githubusercontent.com/92028646/161742532-bafc1927-4cbe-4b10-ab7a-d671d883d493.JPG)

3. To run the integration tests, run `make go-unittest`. Once all the tests in each module are run successfully, you will see `Output` as `PASS` for each of the module else `Output` is `FAIL`.
4. To get the integration test coverage for each module, run `make go-coverage`.
5. To generate and analyze coverage statistics, run `go tool cover -html=gounity_coverprofile.out`.