CSI test frameworks
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.
This package and csi-sanity are meant to test
the CSI API capability of a driver. They are meant to be an additional test to the unit, functional, and e2e tests of a
CSI driver.
Learn how to engage with the Kubernetes community on the community page.
You can reach the maintainers of this project at:
Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.