squash the commits into one

pull/6/head
jianglingxia 2017-07-11 16:59:38 +08:00
parent 0744964956
commit 2d55962c85
1 changed files with 0 additions and 4 deletions

View File

@ -218,10 +218,6 @@ var _ = framework.KubeDescribe("PersistentVolumes", func() {
// a) pre-binding, b) create pvcs before pvs, c) create pvcs and pods // a) pre-binding, b) create pvcs before pvs, c) create pvcs and pods
// in different namespaces. // in different namespaces.
Context("with multiple PVs and PVCs all in same ns", func() { 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 // scope the pv and pvc maps to be available in the AfterEach
// note: these maps are created fresh in CreatePVsPVCs() // note: these maps are created fresh in CreatePVsPVCs()
var pvols framework.PVMap var pvols framework.PVMap