Skip to content

Commit 0c39244

Browse files
authored
Merge pull request #170 from andyzhangx/mountoption-test
test: add mount options test
2 parents 6a45ad7 + 7667236 commit 0c39244

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test/e2e/dynamic_provisioning_test.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ var _ = ginkgo.Describe("[blobfuse-csi-e2e] Dynamic Provisioning", func() {
5858
Volumes: []testsuites.VolumeDetails{
5959
{
6060
ClaimSize: "10Gi",
61+
MountOptions: []string{
62+
"-o allow_other",
63+
"--file-cache-timeout-in-seconds=120",
64+
},
6165
VolumeMount: testsuites.VolumeMountDetails{
6266
NameGenerate: "test-volume-",
6367
MountPathGenerate: "/mnt/test-",
@@ -81,6 +85,10 @@ var _ = ginkgo.Describe("[blobfuse-csi-e2e] Dynamic Provisioning", func() {
8185
{
8286
FSType: "ext3",
8387
ClaimSize: "10Gi",
88+
MountOptions: []string{
89+
"-o allow_other",
90+
"--file-cache-timeout-in-seconds=120",
91+
},
8492
VolumeMount: testsuites.VolumeMountDetails{
8593
NameGenerate: "test-volume-",
8694
MountPathGenerate: "/mnt/test-",

0 commit comments

Comments
 (0)