package
0.0.0-20230113161954-24f4e428d81e
Repository: https://github.com/ibm/operator-for-redis-cluster.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# 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....