https://github.com/networkservicemesh/cloudtest
CloudTest an automatic cloud-wide integration test execution tool.
https://github.com/networkservicemesh/cloudtest
cloud cloudtest go gotest networkservicemesh testing
Last synced: 6 months ago
JSON representation
CloudTest an automatic cloud-wide integration test execution tool.
- Host: GitHub
- URL: https://github.com/networkservicemesh/cloudtest
- Owner: networkservicemesh
- License: apache-2.0
- Archived: true
- Created: 2020-01-09T05:47:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-05T19:30:10.000Z (about 4 years ago)
- Last Synced: 2024-06-19T06:50:34.888Z (about 2 years ago)
- Topics: cloud, cloudtest, go, gotest, networkservicemesh, testing
- Language: Go
- Size: 2.11 MB
- Stars: 1
- Watchers: 6
- Forks: 13
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
# CloudTest tool

[](https://docs.google.com/document/d/1C9NKjo0PWNWypROEO9-Y6haw5h9Xmurvl14SXpciz2Y/edit#heading=h.rc9df0a6n3ng)
[](https://groups.google.com/forum/#!forum/networkservicemesh)
[](https://github.com/networkservicemesh/cloudtest/blob/master/LICENSE)
[](https://cloud-native.slack.com/messages/CHQNNUPN1/files/FHU5KB3PW/#nsm)
[](https://slack.cncf.io/)
[](https://bestpractices.coreinfrastructure.org/projects/2725)
## CloudTest
CloudTest is automatic tool to perform integration testing for cloud based environments,
it allow to configure and bring few multiple clouds to live and execute go/shell integration tests agains all of clusters
configured and combine all results into one junit.xml report file to be used with any suitable CI system.
For more information, have a look at our detailed overview of NSM - [What is CloudTest?](/docs/README.md)
## Install
Install using `go get github.com/networkservicemesh/cloudtest`.
## Docs
See our full documentation at the [docs](/docs/README.md) folder.
## Examples
[CloudTest with Kind provider example](./examples/kind/README.md)
## Get involved
All community are live here: [NetworkServiceMesh](https://github.com/networkservicemesh/networkservicemesh)
* CNCF Code of Conduct
* The Network Service Mesh community follows the [CNCF Community Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md).
## References
* [Official Website](https://www.networkservicemesh.io/)
* [NetworkServiceMesh](https://github.com/networkservicemesh/networkservicemesh) <- Start Here
## FAQ
If you run into problems, check the [docs](/docs/README.md) and feel free to post issues in the [Network Service Mesh](https://github.com/networkservicemesh/cloudtest/issues) repository.
## Licence
This project is released under the Apache 2.0 License. Please review the [License file](LICENSE) for more details.
