mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 10:33:35 +00:00
e2e: test creation of additional groupSnaps to test minSnapLimit
Signed-off-by: Rakshith R <rar@redhat.com>
This commit is contained in:
@ -2480,7 +2480,7 @@ var _ = Describe(cephfsType, func() {
|
||||
|
||||
By("test volumeGroupSnapshot", func() {
|
||||
scName := "csi-cephfs-sc"
|
||||
snapshotter, err := newCephFSVolumeGroupSnapshot(f, f.UniqueName, scName, false, deployTimeout, 3)
|
||||
snapshotter, err := newCephFSVolumeGroupSnapshot(f, f.UniqueName, scName, false, deployTimeout, 3, 0)
|
||||
if err != nil {
|
||||
framework.Failf("failed to create volumeGroupSnapshot Base: %v", err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user