package
1.1.16
Repository: https://github.com/ibm/ibm-csi-common.git
Documentation: pkg.go.dev

# README

How to execute Snapshot E2E?

  1. Create a VPC Cluster
  2. Export the KUBECONFIG In kube config file use abosulte path for certificate-authority, client-certificate and client-key
  3. Deploy the Driver (with SC)
  4. 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>
    
  5. Test with the following command
ginkgo -v -nodes=1 --focus="\[ics-e2e\] \[snapshot\]"  ./tests/snapshote2e