Skip to content

Commit a76c794

Browse files
authored
Merge pull request #181 from andyzhangx/sanity-test-v4.0.2
test: upgrade sanity-test to v4.0.2
2 parents bc9ecde + 3bdf827 commit a76c794

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/sanity/run-test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function install_csi_sanity_bin {
2929
mkdir -p $GOPATH/src/github.com/kubernetes-csi
3030
pushd $GOPATH/src/github.com/kubernetes-csi
3131
export GO111MODULE=off
32-
git clone https://github.com/kubernetes-csi/csi-test.git -b v2.2.0
32+
git clone https://github.com/kubernetes-csi/csi-test.git -b v4.0.2
3333
pushd csi-test/cmd/csi-sanity
3434
make install
3535
popd
@@ -50,4 +50,4 @@ _output/smbplugin --endpoint "$endpoint" --nodeid "$nodeid" -v=5 &
5050

5151
echo 'Begin to run sanity test...'
5252
readonly CSI_SANITY_BIN='csi-sanity'
53-
"$CSI_SANITY_BIN" --ginkgo.v --ginkgo.noColor --csi.endpoint="$endpoint" --ginkgo.skip='should fail when the requested volume does not exist|should work|create a volume with already existing name and different capacity'
53+
"$CSI_SANITY_BIN" --ginkgo.v --ginkgo.noColor --csi.endpoint="$endpoint" --ginkgo.skip='should fail when the requested volume does not exist|should work|create a volume with already existing name and different capacity|should be idempotent'

0 commit comments

Comments
 (0)