andyzhangx 3ae2be56f7 test: add sanity test
test: add sanity test

revert go mod change

run all sanity tests

move to Makefile

fix comments
2020-08-17 11:55:21 +00:00

9 lines
199 B
Markdown

## Sanity Tests
Testing the NFS CSI driver using the [`sanity`](https://github.com/kubernetes-csi/csi-test/tree/master/pkg/sanity) package test suite.
### Run sanity tests
```
make sanity-test
```