const datapath …
type snapshottableTestSuite …
var sDriver …
var dDriver …
func InitCustomSnapshottableTestSuite(patterns []storageframework.TestPattern) storageframework.TestSuite { … }
func InitSnapshottableTestSuite() storageframework.TestSuite { … }
func (s *snapshottableTestSuite) GetTestSuiteInfo() storageframework.TestSuiteInfo { … }
func (s *snapshottableTestSuite) SkipUnsupportedTests(driver storageframework.TestDriver, pattern storageframework.TestPattern) { … }
func (s *snapshottableTestSuite) DefineTests(driver storageframework.TestDriver, pattern storageframework.TestPattern) { … }
func deleteVolumeSnapshot(ctx context.Context, f *framework.Framework, dc dynamic.Interface, sr *storageframework.SnapshotResource, pattern storageframework.TestPattern, vscontent *unstructured.Unstructured) { … }
func checkSnapshot(ctx context.Context, dc dynamic.Interface, sr *storageframework.SnapshotResource, pattern storageframework.TestPattern) *unstructured.Unstructured { … }