This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
ephemeral volumes: test with different volume parameters #431
Labels
future
needs to be fixed in some future release
ns.provisionDevice(device, req.GetVolumeCapability().GetMount().GetFsType())
should take care of creating ephemeral volumes with thefsType
chosen inspec.volumes.csi
of a pod (https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.16/#csivolumesource-v1-core). But we don't have tests for it.We also want to test with read/write vs. read-only ephemeral volumes.
One place to add them would be in https://github.com/kubernetes/kubernetes/blob/master/test/e2e/storage/testsuites/ephemeral.go: SupportedFsType could also be used to parametrize tests.
The text was updated successfully, but these errors were encountered: