https://github.com/libopenstorage/sdk-test
OpenStorage SDK Test Utilities
https://github.com/libopenstorage/sdk-test
Last synced: 3 months ago
JSON representation
OpenStorage SDK Test Utilities
- Host: GitHub
- URL: https://github.com/libopenstorage/sdk-test
- Owner: libopenstorage
- License: apache-2.0
- Created: 2018-06-30T21:32:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-08T01:36:08.000Z (almost 7 years ago)
- Last Synced: 2025-06-03T05:33:25.393Z (about 1 year ago)
- Language: Go
- Size: 6.11 MB
- Stars: 1
- Watchers: 18
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/libopenstorage/sdk-test)
# sdk-test
## Updating
* Make sure to have updated [github.com/libopenstorage/openstorage-sdk-clients](https://github.com/libopenstorage/openstorage-sdk-clients) with the latest.
* Type `dep ensure -update github.com/libopenstorage/openstorage-sdk-clients`
* Add the tests accordingly. The tests require that the latest container `openstorage/mock-sdk-server` has been created and pushed to Docker hub by the Travis builds of the master branch in `github.com/libopenstorage/openstorage`.
## Running
After making the appropriate changes in `pkg/sanity`, run the tests by typing: `make test` from the root of repo.