Skip to content

Commit 8d108aa

Browse files
committed
test commit
Signed-off-by: Eric Stroczynski <[email protected]>
1 parent d1105e2 commit 8d108aa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/e2e/v3/plugin_cluster_test.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,11 @@ func Run(kbc *utils.TestContext) {
155155
}
156156
return nil
157157
}
158+
defer func() {
159+
out, err := kbc.Kubectl.CommandInNamespace("describe", "all")
160+
ExpectWithOffset(1, err).NotTo(HaveOccurred())
161+
fmt.Fprintln(GinkgoWriter, out)
162+
}()
158163
EventuallyWithOffset(1, verifyControllerUp, time.Minute, time.Second).Should(Succeed())
159164

160165
By("granting permissions to access the metrics")

0 commit comments

Comments
 (0)