Skip to content

Commit 13841b2

Browse files
andyzhangxk8s-infra-cherrypick-robot
authored andcommitted
test: set readOnly flag in e2e test
1 parent a27004f commit 13841b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/e2e/dynamic_provisioning_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ var _ = ginkgo.Describe("[blob-csi-e2e] Dynamic Provisioning", func() {
269269
VolumeMount: testsuites.VolumeMountDetails{
270270
NameGenerate: "test-volume-",
271271
MountPathGenerate: "/mnt/test-",
272+
ReadOnly: true,
272273
},
273274
AccessModes: []v1.PersistentVolumeAccessMode{v1.ReadOnlyMany},
274275
},

0 commit comments

Comments
 (0)