e2e: test creation of additional groupSnaps to test minSnapLimit

Signed-off-by: Rakshith R <rar@redhat.com>
(cherry picked from commit afc08c531c)
This commit is contained in:
Rakshith R
2024-11-22 15:31:18 +05:30
committed by mergify[bot]
parent aa15e642e1
commit 5bf5f898b9
4 changed files with 43 additions and 23 deletions

View File

@ -4881,7 +4881,7 @@ var _ = Describe("RBD", func() {
}
scName := "csi-rbd-sc"
snapshotter, err := newRBDVolumeGroupSnapshot(f, f.UniqueName, scName, false, deployTimeout, 3)
snapshotter, err := newRBDVolumeGroupSnapshot(f, f.UniqueName, scName, false, deployTimeout, 3, 5)
if err != nil {
framework.Failf("failed to create RBDVolumeGroupSnapshot: %v", err)
}