e2e: validate PVC-PVC clone creation with deleted parent snap

This commit modifies a test case to check creation of
PVC-PVC clone of a restored PVC when parent snapshot
is deleted.

Signed-off-by: Rakshith R <rar@redhat.com>
This commit is contained in:
Rakshith R
2024-03-29 15:06:01 +05:30
committed by mergify[bot]
parent c34b31ee05
commit 1bb78fdf43
2 changed files with 38 additions and 3 deletions

View File

@ -116,8 +116,6 @@ type rbdImage struct {
ParentName string
// Parent Pool is the pool that contains the parent image.
ParentPool string
// ParentInTrash indicates the parent image is in trash.
ParentInTrash bool
// Cluster name
ClusterName string
@ -148,6 +146,8 @@ type rbdImage struct {
// Set metadata on volume
EnableMetadata bool
// ParentInTrash indicates the parent image is in trash.
ParentInTrash bool
}
// rbdVolume represents a CSI volume and its RBD image specifics.