Skip to content

Commit ffb724b

Browse files
andyzhangxk8s-infra-cherrypick-robot
authored andcommitted
test: set readOnly flag in e2e test
1 parent 8fa6aee commit ffb724b

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
@@ -270,6 +270,7 @@ var _ = ginkgo.Describe("[blob-csi-e2e] Dynamic Provisioning", func() {
270270
VolumeMount: testsuites.VolumeMountDetails{
271271
NameGenerate: "test-volume-",
272272
MountPathGenerate: "/mnt/test-",
273+
ReadOnly: true,
273274
},
274275
AccessModes: []v1.PersistentVolumeAccessMode{v1.ReadOnlyMany},
275276
},

0 commit comments

Comments
 (0)