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
commit 39286f3962
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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