Adds StatefulSet upgrade tests and moves common functionality into the

framework package. This removes the potential for cyclic dependencies
while allowing for code reuse.
This commit is contained in:
Kenneth Owens
2017-02-09 14:05:47 -08:00
parent 6ea92b47eb
commit 4506744def
8 changed files with 749 additions and 560 deletions

View File

@@ -330,7 +330,7 @@ var _ = framework.KubeDescribe("[Feature:Example]", func() {
}
})
// using out of statefulset e2e as deleting pvc is a pain
deleteAllStatefulSets(c, ns)
framework.DeleteAllStatefulSets(c, ns)
})
})