Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvz committed Dec 7, 2023
1 parent 8578333 commit 8839e4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions test/external-e2e/manifest/testdriver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@ DriverInfo:
volumeLimits: true
snapshotDataSource: true
pvcDataSource: true
singleNodeVolume: true
multiplePVsSameID: true
readWriteOncePod: true
SupportedSizeRange:
Min: 1Gi
2 changes: 1 addition & 1 deletion test/external-e2e/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ setup_e2e_binaries() {
mkdir /tmp/csi-azuredisk

# download k8s external e2e binary for kubernetes
curl -sL https://dl.k8s.io/release/v1.24.0/kubernetes-test-linux-amd64.tar.gz --output e2e-tests.tar.gz
curl -sL https://dl.k8s.io/release/v1.26.0/kubernetes-test-linux-amd64.tar.gz --output e2e-tests.tar.gz
tar -xvf e2e-tests.tar.gz && rm e2e-tests.tar.gz

# test on alternative driver name
Expand Down

0 comments on commit 8839e4b

Please sign in to comment.