File tree 1 file changed +4
-10
lines changed
1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ Build Status] ( https://travis-ci.org/kubernetes-csi/csi-test.svg?branch=master )] ( https://travis-ci.org/kubernetes-csi/csi-test )
2
2
# csi-test
3
- csi-test is a golang unit testing framework for container orchestration (CO)
4
- system and CSI driver developers.
3
+ csi-test houses packages and libraries to help test CSI client and plugins.
5
4
6
- ### For Container Orchestration Unit Tests
5
+ ## For Container Orchestration Unit Tests
7
6
CO developers can use this framework to create drivers based on the
8
7
[ Golang mock] ( https://github.com/golang/mock ) framework. Please see
9
8
[ co_test.go] ( test/co_test.go ) for an example.
10
9
11
- ### For CSI Driver Unit Tests
12
- Driver developers do not need to leverage the mocking framework, and
13
- instead just use the CSI protocol buffers golang output library. This
14
- framework may provide little value currently, but if the need arises,
15
- it may provide future libraries to make developement and testing of
16
- drivers easier. Please see the example [ driver_test.go] ( test/driver_test.go )
17
- for more information.
10
+ ## For CSI Driver Unit Tests
11
+ To test drivers please take a look at [ pkg/sanity] ( https://github.com/kubernetes-csi/csi-test/tree/master/pkg/sanity )
18
12
19
13
### Note
20
14
You can’t perform that action at this time.
0 commit comments