mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 14:20:19 +00:00
Enable Block E2E for rbd
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
72e3767594
commit
b4f20e941c
11
e2e/rbd.go
11
e2e/rbd.go
@ -84,8 +84,8 @@ var _ = Describe("RBD", func() {
|
|||||||
It("Test RBD CSI", func() {
|
It("Test RBD CSI", func() {
|
||||||
pvcPath := rbdExamplePath + "pvc.yaml"
|
pvcPath := rbdExamplePath + "pvc.yaml"
|
||||||
appPath := rbdExamplePath + "pod.yaml"
|
appPath := rbdExamplePath + "pod.yaml"
|
||||||
// rawPvcPath := rbdExamplePath + "raw-block-pvc.yaml"
|
rawPvcPath := rbdExamplePath + "raw-block-pvc.yaml"
|
||||||
// rawAppPath := rbdExamplePath + "raw-block-pod.yaml"
|
rawAppPath := rbdExamplePath + "raw-block-pod.yaml"
|
||||||
// pvcClonePath := rbdExamplePath + "pvc-restore.yaml"
|
// pvcClonePath := rbdExamplePath + "pvc-restore.yaml"
|
||||||
// appClonePath := rbdExamplePath + "pod-restore.yaml"
|
// appClonePath := rbdExamplePath + "pod-restore.yaml"
|
||||||
// snapshotPath := rbdExamplePath + "snapshot.yaml"
|
// snapshotPath := rbdExamplePath + "snapshot.yaml"
|
||||||
@ -184,10 +184,9 @@ var _ = Describe("RBD", func() {
|
|||||||
// }
|
// }
|
||||||
// })
|
// })
|
||||||
|
|
||||||
// skipped raw pvc test in travis
|
By("create a block type PVC and Bind it to an app", func() {
|
||||||
// By("create a block type PVC and Bind it to an app", func() {
|
validatePVCAndAppBinding(rawPvcPath, rawAppPath, f)
|
||||||
// validatePVCAndAppBinding(rawPvcPath, rawAppPath, f)
|
})
|
||||||
// })
|
|
||||||
|
|
||||||
By("create/delete multiple PVCs and Apps", func() {
|
By("create/delete multiple PVCs and Apps", func() {
|
||||||
totalCount := 2
|
totalCount := 2
|
||||||
|
Loading…
Reference in New Issue
Block a user