Skip to content

Commit

Permalink
Merge pull request #1583 from k8s-infra-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…1578-to-release-1.28

[release-1.28] test: fix external test failure
  • Loading branch information
andyzhangx authored Nov 21, 2023
2 parents c7c88f3 + 7e30994 commit e259027
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions test/external-e2e/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ setup_e2e_binaries() {
export EXTRA_HELM_OPTIONS=" --set driver.name=$DRIVER.csi.azure.com --set controller.name=csi-$DRIVER-controller --set linux.dsName=csi-$DRIVER-node --set windows.dsName=csi-$DRIVER-node-win"
sed -i "s/file.csi.azure.com/$DRIVER.csi.azure.com/g" deploy/example/storageclass-azurefile-csi.yaml
sed -i "s/file.csi.azure.com/$DRIVER.csi.azure.com/g" deploy/example/storageclass-azurefile-nfs.yaml
# run e2e test on standard storage class since premium file share only supports volume size >= 100GiB
sed -i "s/Premium/Standard/g" deploy/example/storageclass-azurefile-csi.yaml
make e2e-bootstrap
sed -i "s/csi-azurefile-controller/csi-$DRIVER-controller/g" deploy/example/metrics/csi-azurefile-controller-svc.yaml
make create-metrics-svc
Expand Down
4 changes: 3 additions & 1 deletion test/external-e2e/testdriver-nfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ DriverInfo:
volumeMountGroup: false
StressTestOptions:
NumPods: 10
NumRestarts: 10
NumRestarts: 10
SupportedSizeRange:
Min: 100Gi

0 comments on commit e259027

Please sign in to comment.