go get github.com/kubernetes-csi/csi-test/cmd/csi-sanity
now works (#234, @pohly)- Add '--csi.testsnapshotparameters' flag (#236, @wnxn)
- gRPC keepalive is no longer enabled by default and must be added to dial options in
TestConfig
if needed (#239, @pohly) - revised sanity API: more consistent naming, NewTestConfig must be used (#233, @pohly)
- Update package path to v3, i.e. imports must be changed to
github.com/kubernetes-csi/csi-test/v3/pkg/sanity
. Vendoring with dep depends on golang/dep#1963 or the workaround described in v3/README.md. (#232, @Ntr0)
- Update CSI Spec to v1.2.0 1.13.3 (#230, @davidz627)
- csi-test is now built and tested with Go 1.13.3 and uses the latest releases of all dependencies. It should still build with older releases. (#240, @pohly)