package
0.0.0-20190923072852-f651441f33d7
Repository: https://github.com/amadeusitgroup/redis-operator.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....