You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://console.cloud.google.com/gcr/images/k8s-artifacts-prod/US/sig-storage/mock-driver)
3
2
4
3
# csi-test
5
4
@@ -11,17 +10,6 @@ CO developers can use this framework to create drivers based on the
11
10
[Golang mock](https://github.com/golang/mock) framework. Please see
12
11
[co_test.go](test/co_test.go) for an example.
13
12
14
-
### Mock driver for testing
15
-
16
-
We also provide a container called `k8s.gcr.io/sig-storage/mock-driver` which can be used as an in-memory mock driver.
17
-
You will need to setup the environment variable `CSI_ENDPOINT` for the mock driver to know where to create the unix
18
-
domain socket.
19
-
20
-
There is an [example](https://github.com/kubernetes-csi/csi-test/tree/master/mock/example) deployment
21
-
for experiment with the mock csi driver.
22
-
23
-
For more complicated test-cases see [how to use JavaScript hooks from the driver](hooks-howto.md).
24
-
25
13
## For CSI Driver Tests
26
14
27
15
To test drivers please take a look at [pkg/sanity](https://github.com/kubernetes-csi/csi-test/tree/master/pkg/sanity).
0 commit comments