From 6ba0d79c4b99543cddb41d3e1d7dbfd471c3df3f Mon Sep 17 00:00:00 2001 From: jianglingxia Date: Tue, 24 Oct 2017 20:27:18 +0800 Subject: [PATCH] Delete maxNumPVs and maxNumPVCs const of persistent_volume.go --- test/e2e/storage/persistent_volumes.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/e2e/storage/persistent_volumes.go b/test/e2e/storage/persistent_volumes.go index 7a92c179676..26e7ff81bb7 100644 --- a/test/e2e/storage/persistent_volumes.go +++ b/test/e2e/storage/persistent_volumes.go @@ -204,9 +204,6 @@ var _ = SIGDescribe("PersistentVolumes", func() { // in different namespaces. Context("with multiple PVs and PVCs all in same ns", func() { - // define the maximum number of PVs and PVCs supported by these tests - const maxNumPVs = 10 - const maxNumPVCs = 10 // scope the pv and pvc maps to be available in the AfterEach // note: these maps are created fresh in CreatePVsPVCs() var pvols framework.PVMap