Skip to content

Commit

Permalink
Merge pull request #1985 from kubernetes-sigs/add-allowSharedKeyAcces…
Browse files Browse the repository at this point in the history
…s-e2e-test

test: add allowSharedKeyAccess e2e test
  • Loading branch information
andyzhangx authored Jul 14, 2024
2 parents 4c0e1bd + efcbb8e commit 6d49099
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions test/e2e/dynamic_provisioning_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1376,10 +1376,11 @@ var _ = ginkgo.Describe("Dynamic Provisioning", func() {
CSIDriver: testDriver,
Pods: pods,
StorageClassParameters: map[string]string{
"skuName": "Premium_LRS",
"protocol": "nfs",
"rootSquashType": "RootSquash",
"mountPermissions": "0755",
"skuName": "Premium_LRS",
"protocol": "nfs",
"rootSquashType": "RootSquash",
"mountPermissions": "0755",
"allowSharedKeyAccess": "false",
},
}
test.Run(ctx, cs, ns)
Expand Down

0 comments on commit 6d49099

Please sign in to comment.