E2E: Add missing Bootstrap() call

One of the vsphere storage test suites was hitting a nil panic because
it did not call Bootstrap().
This commit is contained in:
Jonathan Basseri 2019-09-27 11:01:27 -07:00
parent a7bd7a925d
commit 378a074212

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