github.com/manishgzp/blob-csi-driver-aks@v0.5.0/test/sanity/README.md (about)

     1  ## Sanity Tests
     2  Testing the Azure File CSI driver using the [`sanity`](https://github.com/kubernetes-csi/csi-test/tree/master/pkg/sanity) package test suite.
     3  
     4  ## Run Integration Tests Locally
     5  ### Prerequisite
     6   - make sure `GOPATH` is set
     7  
     8   - set the environment variable AZURE_CREDENTIAL_FILE with the path to cloud provider config file only if you have the file at a different location than `/etc/kubernetes/azure.json`
     9   > By default Cloud provider config file is present at `/etc/kubernetes/azure.json` on a kubernetes cluster node
    10  ```
    11  export set AZURE_CREDENTIAL_FILE=
    12  ```
    13  
    14  ### Run integration tests
    15  ```
    16  make sanity-test
    17  ```
    18