https://github.com/commonjava/indy-tests
Indy test suites are used as a cli program to simulate several test cases which are used commonly to test a runnable prod-like indy for its functions
https://github.com/commonjava/indy-tests
Last synced: 11 months ago
JSON representation
Indy test suites are used as a cli program to simulate several test cases which are used commonly to test a runnable prod-like indy for its functions
- Host: GitHub
- URL: https://github.com/commonjava/indy-tests
- Owner: Commonjava
- License: apache-2.0
- Created: 2021-07-12T07:54:44.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T07:34:01.000Z (about 2 years ago)
- Last Synced: 2024-08-08T09:41:01.297Z (almost 2 years ago)
- Language: Go
- Size: 424 KB
- Stars: 0
- Watchers: 7
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Indy Test Suites tools
Indy test suites are used as a cli program to simulate several test cases which are used commonly to test a runnable prod-like indy for its functions, including metadata retrieving with stress, build with stress and promote tests.
## How to build
* Make sure you have installed golang v1.11+
* Make sure you have correctly set your $GOPATH
* Make sure $GO111MODULE is set to "on" if your go version is under v1.13
* Run `make build`
* The `indy-test` binary executable file will be generated in bin directory.
## How to use
After build please run ${repo}/build/indy-test and see command help info for futher usage.