Skip to content

Commit

Permalink
Merge pull request #599 from andyzhangx/add-sanity-test
Browse files Browse the repository at this point in the history
test: add one sanity test
  • Loading branch information
andyzhangx authored Jan 7, 2022
2 parents 6122833 + ed01ea0 commit da2e132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sanity/run-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ _output/amd64/blobplugin --endpoint "$nodeendpoint" --nodeid "$nodeid" --enable-

echo "Begin to run sanity test..."
readonly CSI_SANITY_BIN='csi-sanity'
"$CSI_SANITY_BIN" --ginkgo.v --csi.endpoint=$nodeendpoint --csi.controllerendpoint=$controllerendpoint -ginkgo.skip="should fail when requesting to create a volume with already existing name and different capacity|should be idempotent|should return appropriate capabilities"
"$CSI_SANITY_BIN" --ginkgo.v --csi.endpoint=$nodeendpoint --csi.controllerendpoint=$controllerendpoint -ginkgo.skip="should fail when requesting to create a volume with already existing name and different capacity"

0 comments on commit da2e132

Please sign in to comment.