Skip to content

Commit 5d7652f

Browse files
authored
Update README.md
1 parent 46501a9 commit 5d7652f

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,14 @@
11
[![Build Status](https://travis-ci.org/kubernetes-csi/csi-test.svg?branch=master)](https://travis-ci.org/kubernetes-csi/csi-test)
22
# 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.
54

6-
### For Container Orchestration Unit Tests
5+
## For Container Orchestration Unit Tests
76
CO developers can use this framework to create drivers based on the
87
[Golang mock](https://github.com/golang/mock) framework. Please see
98
[co_test.go](test/co_test.go) for an example.
109

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)
1812

1913
### Note
2014

0 commit comments

Comments
 (0)