From b4f20e941c3df14c862a6ad372ac6303b0ac9a69 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Wed, 18 Dec 2019 14:06:47 +0530 Subject: [PATCH] Enable Block E2E for rbd Signed-off-by: Madhu Rajanna --- e2e/rbd.go | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/e2e/rbd.go b/e2e/rbd.go index 737e98d94..e7d422f6a 100644 --- a/e2e/rbd.go +++ b/e2e/rbd.go @@ -84,8 +84,8 @@ var _ = Describe("RBD", func() { It("Test RBD CSI", func() { pvcPath := rbdExamplePath + "pvc.yaml" appPath := rbdExamplePath + "pod.yaml" - // rawPvcPath := rbdExamplePath + "raw-block-pvc.yaml" - // rawAppPath := rbdExamplePath + "raw-block-pod.yaml" + rawPvcPath := rbdExamplePath + "raw-block-pvc.yaml" + rawAppPath := rbdExamplePath + "raw-block-pod.yaml" // pvcClonePath := rbdExamplePath + "pvc-restore.yaml" // appClonePath := rbdExamplePath + "pod-restore.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() { - // validatePVCAndAppBinding(rawPvcPath, rawAppPath, f) - // }) + By("create a block type PVC and Bind it to an app", func() { + validatePVCAndAppBinding(rawPvcPath, rawAppPath, f) + }) By("create/delete multiple PVCs and Apps", func() { totalCount := 2