Skip to content

Commit

Permalink
Merge pull request #2114 from cvvz/upgrade-ginkgo-to-v2
Browse files Browse the repository at this point in the history
chore: upgrade ginkgo to v2
  • Loading branch information
andyzhangx authored Dec 11, 2023
2 parents 9202a9e + 8839e4b commit d2a6d0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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
4 changes: 2 additions & 2 deletions test/external-e2e/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ PROJECT_ROOT=$(git rev-parse --show-toplevel)
DRIVER="test"

install_ginkgo () {
go install github.com/onsi/ginkgo/ginkgo@v1.14.0
go install github.com/onsi/ginkgo/v2/ginkgo@v2.13.2
}

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 d2a6d0e

Please sign in to comment.