mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 02:33:34 +00:00
e2e: test creation of additional groupSnaps to test minSnapLimit
Signed-off-by: Rakshith R <rar@redhat.com>
This commit is contained in:
@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user