Skip to content

Commit 1e36310

Browse files
committed
Debug clusterctl upgrade test failure
Signed-off-by: peppi-lotta <[email protected]>
1 parent 39c2659 commit 1e36310

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/upgrade_clusterctl_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ func preInitFunc(clusterProxy framework.ClusterProxy, bmoRelease string, ironicR
258258
DeploymentNamespace: bmoIronicNamespace,
259259
WaitIntervals: e2eConfig.GetIntervals("default", "wait-deployment"),
260260
})
261-
Expect(err).NotTo(HaveOccurred())
261+
Expect(err).NotTo(HaveOccurred(), "Failed to install Ironic on target cluster %v", err)
262262

263263
// install bmo
264264
By("Install BMO in the target cluster")
@@ -276,7 +276,7 @@ func preInitFunc(clusterProxy framework.ClusterProxy, bmoRelease string, ironicR
276276
DeploymentNamespace: bmoIronicNamespace,
277277
WaitIntervals: e2eConfig.GetIntervals("default", "wait-deployment"),
278278
})
279-
Expect(err).NotTo(HaveOccurred())
279+
Expect(err).NotTo(HaveOccurred(), "Failed to install BMO on target cluster %v", err)
280280

281281
// Export capi/capm3 versions
282282
os.Setenv("CAPI_VERSION", "v1beta1")

0 commit comments

Comments
 (0)