Skip to content

Commit ff3bc61

Browse files
authored
Merge pull request #2889 from kubernetes-sigs/Multichannel-e2e
test: add multichannel e2e test
2 parents 36d8b8c + fb1ffdf commit ff3bc61

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/e2e/dynamic_provisioning_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,9 @@ var _ = ginkgo.Describe("Dynamic Provisioning", func() {
189189
NameGenerate: "test-volume-",
190190
MountPathGenerate: "/mnt/test-",
191191
},
192+
MountOptions: []string{
193+
"max_channels=4",
194+
},
192195
},
193196
}
194197
tags := "account=azurefile-test"
@@ -203,6 +206,7 @@ var _ = ginkgo.Describe("Dynamic Provisioning", func() {
203206
"getLatestAccountKey": "true",
204207
"shareAccessTier": "Premium",
205208
"requireInfraEncryption": "true",
209+
"enableMultichannel": "true",
206210
},
207211
Tags: tags,
208212
}

0 commit comments

Comments
 (0)