From 237ed9cae318fdc14ff8b8524c337e894485e9ed Mon Sep 17 00:00:00 2001 From: Eric Stroczynski Date: Tue, 19 Jan 2021 16:35:12 -0800 Subject: [PATCH] test commit Signed-off-by: Eric Stroczynski --- test/e2e/v3/plugin_cluster_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/e2e/v3/plugin_cluster_test.go b/test/e2e/v3/plugin_cluster_test.go index dff4feed0fd..5eb97cf3362 100644 --- a/test/e2e/v3/plugin_cluster_test.go +++ b/test/e2e/v3/plugin_cluster_test.go @@ -155,6 +155,9 @@ func Run(kbc *utils.TestContext) { } return nil } + out, err := kbc.Kubectl.CommandInNamespace("describe", "all") + ExpectWithOffset(1, err).NotTo(HaveOccurred()) + fmt.Fprintln(GinkgoWriter, out) EventuallyWithOffset(1, verifyControllerUp, time.Minute, time.Second).Should(Succeed()) By("granting permissions to access the metrics")