csi-test houses packages and libraries to help test CSI client and plugins.
CO developers can use this framework to create drivers based on the Golang mock framework. Please see co_test.go for an example.
To test drivers please take a look at pkg/sanity
- Master is for CSI v0.2.0. Please use the branch v0.1.0 for CSI v0.1.0
- Only Golang 1.9+ supported. See gRPC issue