Add supportedMountOptions for GCE PD CSI Driver tests

This commit is contained in:
David Zhu 2019-07-16 14:42:53 -07:00
parent 831cd29f4e
commit b6a38d7e2b

View File

@ -347,6 +347,7 @@ func InitGcePDCSIDriver() testsuites.TestDriver {
"ext4", "ext4",
"xfs", "xfs",
), ),
SupportedMountOption: sets.NewString("debug", "nouid32"),
Capabilities: map[testsuites.Capability]bool{ Capabilities: map[testsuites.Capability]bool{
testsuites.CapPersistence: true, testsuites.CapPersistence: true,
testsuites.CapFsGroup: true, testsuites.CapFsGroup: true,