File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This library provides a simple way to ensure that a CSI driver conforms to
4
4
the CSI specification. There are two ways to leverage this testing framework.
5
5
For CSI drivers written in Golang, the framework provides a simple API function
6
6
to call to test the driver. Another way to run the test suite is to use the
7
- command line program [ csi-sanity] ( ../../ cmd/sanity) .
7
+ command line program [ csi-sanity] ( https://github.com/kubernetes-csi/csi-test/tree/master/ cmd/csi- sanity) .
8
8
9
9
## For Golang CSI Drivers
10
10
This framework leverages the Ginkgo BDD testing framework to deliver a descriptive
@@ -22,4 +22,4 @@ func TestMyDriver(t *testing.T) {
22
22
```
23
23
24
24
## Command line program
25
- Please see [ csi-sanity] ( ../../ cmd/sanity)
25
+ Please see [ csi-sanity] ( https://github.com/kubernetes-csi/csi-test/tree/master/ cmd/csi- sanity)
You can’t perform that action at this time.
0 commit comments