Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 605 Bytes

local-development.md

File metadata and controls

30 lines (23 loc) · 605 Bytes

Local development

This page contains information on how to develop and test the driver locally.

Testing

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

Dependency Management

Use dep

$ dep ensure

To modify dependencies or versions change ./Gopkg.toml