# README
How to execute E2E?
-
Create a VPC Cluster
-
Export the KUBECONFIG In kube config file use abosulte path for
certificate-authority
,client-certificate
andclient-key
-
Deploy the Driver (with SC)
-
Export enviornment variables
# Mandatory export GO111MODULE=on export GOPATH=<GOPATH> export E2E_TEST_RESULT=<absolute-path to a file where the results should be redirected> export TEST_ENV=<stage/prod> export IC_REGION=<us-south> export IC_API_KEY_PROD=<prod API key> | export IC_API_KEY_STAG=<stage API key> export e2e_addon_version=<1.2 or 2.0> export icrImage=<Give the image which will be used by pods> # Optional export E2E_POD_COUNT="1" export E2E_PVC_COUNT="1"
-
Test DP2 profile with deployment
ginkgo -v -nodes=1 --focus="\[ics-e2e\] \[sc\] \[with-deploy\]" ./e2e
-
Test volume expansion
ginkgo -v -nodes=1 --focus="\[ics-e2e\] \[resize\] \[pv\]" ./e2e
-
Test EIT enabled volume test cases
ginkgo -v -nodes=1 --focus="\[ics-e2e\] \[eit\]" ./e2e
# Packages
No description provided by the author