We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55df7b1 commit f56f43fCopy full SHA for f56f43f
README.md
@@ -2,12 +2,12 @@
2
# csi-test
3
csi-test houses packages and libraries to help test CSI client and plugins.
4
5
-## For Container Orchestration Unit Tests
+## For Container Orchestration Tests
6
CO developers can use this framework to create drivers based on the
7
[Golang mock](https://github.com/golang/mock) framework. Please see
8
[co_test.go](test/co_test.go) for an example.
9
10
-## For CSI Driver Unit Tests
+## For CSI Driver Tests
11
To test drivers please take a look at [pkg/sanity](https://github.com/kubernetes-csi/csi-test/tree/master/pkg/sanity)
12
13
### Note
0 commit comments