This page contains information on how to develop and test the driver locally.
Running E2E Tests:
$ PROJECT=my-project # GCP Project to run tests in
$ [email protected] # Existing IAM Account with GCE PD CSI Driver Permissions
$ ./test/run-e2e-local.sh
Running Sanity Tests:
$ ./test/run-sanity.sh
Running Unit Tests:
$ ./test/run-unit.sh
Use dep
$ dep ensure
To modify dependencies or versions change ./Gopkg.toml