Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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