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

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.

Awesome Lists containing this project

README

          

# CloudTest tool

![GithubActions Build Status](https://github.com/networkservicemesh/cloudtest/workflows/ci/badge.svg)
[![Weekly minutes](https://img.shields.io/badge/Weekly%20Meeting%20Minutes-Tue%208am%20PT-blue.svg?style=plastic")](https://docs.google.com/document/d/1C9NKjo0PWNWypROEO9-Y6haw5h9Xmurvl14SXpciz2Y/edit#heading=h.rc9df0a6n3ng)
[![Mailing list](https://img.shields.io/badge/Mailing%20List-networkservicemesh-blue.svg?style=plastic")](https://groups.google.com/forum/#!forum/networkservicemesh)
[![GitHub license](https://img.shields.io/badge/license-Apache%20license%202.0-blue.svg)](https://github.com/networkservicemesh/cloudtest/blob/master/LICENSE)
[![Slack Channel](https://img.shields.io/badge/Slack:-%23nsm%20on%20CNCF%20Slack-blue.svg?style=plastic&logo=slack)](https://cloud-native.slack.com/messages/CHQNNUPN1/files/FHU5KB3PW/#nsm)
[![Slack Invite](https://img.shields.io/badge/Slack-CNCF%20Slack%20Invite-blue.svg?style=plastic&logo=slack)](https://slack.cncf.io/)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/2725/badge)](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.