Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 524 Bytes

File metadata and controls

23 lines (16 loc) · 524 Bytes

integration-tests

integration-tests provides common integration tests for NSM integration repositories. The tests are a result of generating from examples from deployments repositories. Currently, we are using only https://github.com/networkservicemesh/deployments-k8s.

How re-generate tests manually?

Prerequisite

Install gotestmd

go install github.com/networkservicemesh/gotestmd@main

Install goimports

go install golang.org/x/tools/cmd/goimports@latest
go generate ./...