e2e: add test for cephfs snapshot-backed volumes

Signed-off-by: Robert Vasek <robert.vasek@cern.ch>
This commit is contained in:
Robert Vasek
2022-04-06 14:05:18 +02:00
committed by mergify[bot]
parent fd7559a903
commit 79cb1b3849
3 changed files with 158 additions and 2 deletions

View File

@ -62,8 +62,9 @@ const (
// deletePolicy is the default policy in E2E.
deletePolicy = v1.PersistentVolumeReclaimDelete
// Default key and label for Listoptions.
appKey = "app"
appLabel = "write-data-in-pod"
appKey = "app"
appLabel = "write-data-in-pod"
appCloneLabel = "app-clone"
noError = ""
// labels/selector used to list/delete rbd pods.