type volumesTestSuite …
var _ …
func InitCustomVolumesTestSuite(patterns []storageframework.TestPattern) storageframework.TestSuite { … }
func InitVolumesTestSuite() storageframework.TestSuite { … }
func (t *volumesTestSuite) GetTestSuiteInfo() storageframework.TestSuiteInfo { … }
func (t *volumesTestSuite) SkipUnsupportedTests(driver storageframework.TestDriver, pattern storageframework.TestPattern) { … }
func skipExecTest(driver storageframework.TestDriver) { … }
func skipTestIfBlockNotSupported(driver storageframework.TestDriver) { … }
func (t *volumesTestSuite) DefineTests(driver storageframework.TestDriver, pattern storageframework.TestPattern) { … }
func testScriptInPod(
ctx context.Context,
f *framework.Framework,
volumeType string,
source *v1.VolumeSource,
config *storageframework.PerTestConfig) { … }
func generateWriteandExecuteScriptFileCmd(content, fileName, filePath string) []string { … }