From b2b8bd3e09b1ba5ce1a6dfc68f65c51332e1372c Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Thu, 4 Apr 2024 15:00:43 +0200 Subject: [PATCH 1/2] ci: run snapshot tests and expand tests enabling snapshot,pvc clone tests and the expand tests to see if everything works fine. Signed-off-by: Madhu Rajanna --- scripts/k8s-storage/driver-cephfs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/k8s-storage/driver-cephfs.yaml b/scripts/k8s-storage/driver-cephfs.yaml index 9c5d6a87170..2a62b6e91bd 100644 --- a/scripts/k8s-storage/driver-cephfs.yaml +++ b/scripts/k8s-storage/driver-cephfs.yaml @@ -46,7 +46,7 @@ DriverInfo: volumeLimits: false # Support for volume expansion in controllers - controllerExpansion: false + controllerExpansion: true # Support for volume expansion in nodes nodeExpansion: false @@ -61,7 +61,7 @@ DriverInfo: topology: false # Support populate data from snapshot - snapshotDataSource: false + snapshotDataSource: true # Support populated data from PVC - pvcDataSource: false + pvcDataSource: true From 185edde3323963cbd921ac22a20aa9e42867076f Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Thu, 4 Apr 2024 15:53:57 +0200 Subject: [PATCH 2/2] ci: add snapshotclass name adding snapshotclass name for external tests. Signed-off-by: Madhu Rajanna --- scripts/k8s-storage/driver-cephfs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/k8s-storage/driver-cephfs.yaml b/scripts/k8s-storage/driver-cephfs.yaml index 2a62b6e91bd..7c7de2c2f44 100644 --- a/scripts/k8s-storage/driver-cephfs.yaml +++ b/scripts/k8s-storage/driver-cephfs.yaml @@ -6,7 +6,7 @@ StorageClass: SnapshotClass: # Must be set to enable snapshotting tests - FromName: false + FromExistingClassName: k8s-storage-e2e-cephfs DriverInfo: # Internal name of the driver, display name in the test case and test objects