From 378a0742125423b60da620954dcbea3ed0613009 Mon Sep 17 00:00:00 2001 From: Jonathan Basseri Date: Fri, 27 Sep 2019 11:01:27 -0700 Subject: [PATCH] E2E: Add missing Bootstrap() call One of the vsphere storage test suites was hitting a nil panic because it did not call Bootstrap(). --- test/e2e/storage/vsphere/vsphere_stress.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e/storage/vsphere/vsphere_stress.go b/test/e2e/storage/vsphere/vsphere_stress.go index 05032044261..9df2189451e 100644 --- a/test/e2e/storage/vsphere/vsphere_stress.go +++ b/test/e2e/storage/vsphere/vsphere_stress.go @@ -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