e2e

package
v0.0.0-...-a9bd9a2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 11, 2023 License: MIT Imports: 8 Imported by: 0

README

End to end Tests

you need to have a Kubernetes cluster up and running with service-catalog installed.

if you need to install service catalog you can do:

helm repo add svc-cat https://svc-catalog-charts.storage.googleapis.com
helm search service-catalog
helm install --wait svc-cat/catalog  --version 0.1.9 --name catalog --namespace catalog

then:

$go test -c

which will compile the e2e.test executable in your current directory. Then

./e2e.test --kubeconfig=$HOME/.kube/config

will start the e2e test....

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RunE2ETests

func RunE2ETests(t *testing.T)

RunE2ETests runs e2e test

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL