mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-17 11:50:18 +00:00
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:
parent
1494f9bf95
commit
b679981f24
@ -1,7 +1,7 @@
|
||||
---
|
||||
ShortName: cephcsi-rbd-rwo-test
|
||||
ShortName: cephcsi-rbd-test
|
||||
StorageClass:
|
||||
FromExistingClassName: k8s-storage-e2e-rbd-rwo
|
||||
FromExistingClassName: k8s-storage-e2e-rbd
|
||||
# FromFile: sc-rbd.yaml
|
||||
|
||||
SnapshotClass:
|
||||
@ -10,7 +10,7 @@ SnapshotClass:
|
||||
|
||||
DriverInfo:
|
||||
# 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
|
||||
SupportedSizeRange:
|
||||
|
@ -2,7 +2,7 @@
|
||||
apiVersion: storage.k8s.io/v1
|
||||
kind: StorageClass
|
||||
metadata:
|
||||
name: k8s-storage-e2e-rbd-rwo
|
||||
name: k8s-storage-e2e-rbd
|
||||
provisioner: rbd.csi.ceph.com
|
||||
parameters:
|
||||
clusterID: @@CLUSTER_ID@@
|
||||
|
Loading…
Reference in New Issue
Block a user