How to execute Snapshot E2E?
- Create a VPC Cluster
- Export the KUBECONFIG
In kube config file use abosulte path for
certificate-authority
, client-certificate
and client-key
- Deploy the Driver (with SC)
- Export enviornment variables
export E2E_POD_COUNT="1"
export E2E_PVC_COUNT="1"
export GO111MODULE=on
export GOPATH=<GOPATH>
export E2E_TEST_RESULT=<absolute-path to a file where the results should be redirected>
- Test with the following command
ginkgo -v -nodes=1 --focus="\[ics-e2e\] \[snapshot\]" ./tests/snapshote2e