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 <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna 2024-04-04 15:00:43 +02:00 committed by mergify[bot]
parent c1467242c6
commit e72cf23bc0

View File

@ -46,7 +46,7 @@ DriverInfo:
volumeLimits: false volumeLimits: false
# Support for volume expansion in controllers # Support for volume expansion in controllers
controllerExpansion: false controllerExpansion: true
# Support for volume expansion in nodes # Support for volume expansion in nodes
nodeExpansion: false nodeExpansion: false
@ -61,7 +61,7 @@ DriverInfo:
topology: false topology: false
# Support populate data from snapshot # Support populate data from snapshot
snapshotDataSource: false snapshotDataSource: true
# Support populated data from PVC # Support populated data from PVC
pvcDataSource: false pvcDataSource: true