Merge pull request #83255 from misterikkit/vsphere_stress

E2E: Add missing Bootstrap() call
This commit is contained in:
Kubernetes Prow Robot
2019-09-28 00:13:38 -07:00
committed by GitHub

View File

@@ -57,6 +57,7 @@ var _ = utils.SIGDescribe("vsphere cloud provider stress [Feature:vsphere]", fun
ginkgo.BeforeEach(func() { ginkgo.BeforeEach(func() {
framework.SkipUnlessProviderIs("vsphere") framework.SkipUnlessProviderIs("vsphere")
Bootstrap(f)
client = f.ClientSet client = f.ClientSet
namespace = f.Namespace.Name namespace = f.Namespace.Name