Merge pull request #71 from mayankshah1607/mayank/get-cap
test: add `ControllerGetCapabilities` and `ValidateVolumeCapabilities in sanity test
This commit is contained in:
commit
2bf9f53825
@ -52,4 +52,4 @@ bin/nfsplugin --endpoint "$endpoint" --nodeid "$nodeid" -v=5 &
|
||||
|
||||
echo 'Begin to run sanity test...'
|
||||
readonly CSI_SANITY_BIN='csi-test/cmd/csi-sanity/csi-sanity'
|
||||
"$CSI_SANITY_BIN" --ginkgo.v --ginkgo.noColor --csi.testvolumeparameters="$(pwd)/test/sanity/params.yaml" --csi.endpoint="$endpoint" --ginkgo.skip="should not fail when requesting to create a volume with already existing name and same capacity|should fail when requesting to create a volume with already existing name and different capacity|ValidateVolumeCapabilities|ControllerGetCapabilities|should work"
|
||||
"$CSI_SANITY_BIN" --ginkgo.v --ginkgo.noColor --csi.testvolumeparameters="$(pwd)/test/sanity/params.yaml" --csi.endpoint="$endpoint" --ginkgo.skip="should not fail when requesting to create a volume with already existing name and same capacity|should fail when requesting to create a volume with already existing name and different capacity|should work|should fail when the requested volume does not exist"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user