# README
csi-test
csi-test houses packages and libraries to help test CSI client and plugins.
For Container Orchestration Tests
CO developers can use this framework to create drivers based on the Golang mock framework. Please see co_test.go for an example.
For CSI Driver Tests
To test drivers please take a look at pkg/sanity
Note
- 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