e2e: update rbd driver name in external test

updating rbd driver name and the storageclass
name to match the functionality and other
drivers.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna 2024-10-01 08:14:49 +02:00 committed by mergify[bot]
parent 1494f9bf95
commit b679981f24
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
--- ---
ShortName: cephcsi-rbd-rwo-test ShortName: cephcsi-rbd-test
StorageClass: StorageClass:
FromExistingClassName: k8s-storage-e2e-rbd-rwo FromExistingClassName: k8s-storage-e2e-rbd
# FromFile: sc-rbd.yaml # FromFile: sc-rbd.yaml
SnapshotClass: SnapshotClass:
@ -10,7 +10,7 @@ SnapshotClass:
DriverInfo: DriverInfo:
# Internal name of the driver, display name in the test case and test objects # Internal name of the driver, display name in the test case and test objects
Name: rbd-rwo.csi.ceph.com Name: rbd.csi.ceph.com
# The range of disk size supported by this driver # The range of disk size supported by this driver
SupportedSizeRange: SupportedSizeRange:

View File

@ -2,7 +2,7 @@
apiVersion: storage.k8s.io/v1 apiVersion: storage.k8s.io/v1
kind: StorageClass kind: StorageClass
metadata: metadata:
name: k8s-storage-e2e-rbd-rwo name: k8s-storage-e2e-rbd
provisioner: rbd.csi.ceph.com provisioner: rbd.csi.ceph.com
parameters: parameters:
clusterID: @@CLUSTER_ID@@ clusterID: @@CLUSTER_ID@@