We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03d352f commit ecc0c4eCopy full SHA for ecc0c4e
test/e2e/storage/drivers/csi.go
@@ -297,6 +297,7 @@ func InitGcePDCSIDriver(config testsuites.TestConfig) testsuites.TestDriver {
297
testsuites.CapPersistence: true,
298
testsuites.CapFsGroup: true,
299
testsuites.CapExec: true,
300
+ testsuites.CapMultiPODs: true,
301
},
302
303
Config: config,
@@ -409,6 +410,7 @@ func InitGcePDExternalCSIDriver(config testsuites.TestConfig) testsuites.TestDri
409
410
411
412
413
414
415
416
0 commit comments