项目作者: kubernetes-csi

项目描述 :
CSI test frameworks
高级语言: Go
项目地址: git://github.com/kubernetes-csi/csi-test.git
创建时间: 2017-10-24T14:59:16Z
项目社区:https://github.com/kubernetes-csi/csi-test

开源协议:Apache License 2.0

下载


Build Status

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.
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.

Note

  • Master is for CSI v1.3.0. Please see the branches for other CSI releases.
  • Building has been tested with the Go version specified in release-tools/travis.yml

Community, discussion, contribution, and support

Learn how to engage with the Kubernetes community on the community page.

You can reach the maintainers of this project at:

Code of conduct

Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.