DynamicCreatedSnapshot TestSnapshotType = "DynamicSnapshot"
// PreprovisionedCreatedSnapshot represents a snapshot type for pre-provisioned snapshot
PreprovisionedCreatedSnapshot TestSnapshotType = "PreprovisionedSnapshot"
-
+ // VolumeGroupSnapshot represents a group snapshot type for dynamic created volumegroupsnapshot
VolumeGroupSnapshot TestSnapshotType = "VolumeGroupSnapshot"
)
TestTags: []interface{}{framework.WithSlow()},
SnapshotType: DynamicCreatedSnapshot,
SnapshotDeletionPolicy: DeleteSnapshot,
+ AllowExpansion: true,
}
// Definitions for ntfs
SnapshotDeletionPolicy: RetainSnapshot,
VolType: DynamicPV,
}
- // EphemeralSnapshotDelete is TestPattern for snapshotting of a generic ephemeral volume
+ // EphemeralSnapshotRetain is TestPattern for snapshotting of a generic ephemeral volume
// where snapshots are preserved.
EphemeralSnapshotRetain = TestPattern{
Name: "Ephemeral Snapshot (retain policy)",
func InitVolumeExpandTestSuite() storageframework.TestSuite {
patterns := []storageframework.TestPattern{
storageframework.DefaultFsDynamicPV,
+ storageframework.XfsDynamicPV,
storageframework.BlockVolModeDynamicPV,
storageframework.DefaultFsDynamicPVAllowExpansion,
storageframework.BlockVolModeDynamicPVAllowExpansion,