test: upgrade csi-test to v5.3.1

This commit is contained in:
andyzhangx 2024-12-15 03:22:48 +00:00
parent f1e8e04230
commit 31ce112fc8

View File

@ -31,7 +31,7 @@ function install_csi_sanity_bin {
mkdir -p $GOPATH/src/github.com/kubernetes-csi
pushd $GOPATH/src/github.com/kubernetes-csi
export GO111MODULE=off
git clone https://github.com/kubernetes-csi/csi-test.git -b v4.2.0
git clone https://github.com/kubernetes-csi/csi-test.git -b v5.3.1
pushd csi-test/cmd/csi-sanity
make install
popd