You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gomega.Expect(err).NotTo(gomega.HaveOccurred(), "failed to SSH to host %s on provider %s and run command: %q", host, framework.TestContext.Provider, cmd)
100
101
ifresult.Code!=0 {
101
-
framework.LogSSHResult(result)
102
+
e2essh.LogResult(result)
102
103
framework.Failf("master exec command returned non-zero")
0 commit comments