Include any other events in e2e test logs

This commit is contained in:
Stephen Heywood 2020-11-26 11:46:30 +13:00
parent b2a3b25954
commit 24402fddba

View File

@ -945,6 +945,7 @@ var _ = framework.KubeDescribe("Pods", func() {
framework.Logf("Found Pod %v in namespace %v in phase %v with labels: %v & conditions %v", pod.ObjectMeta.Name, pod.ObjectMeta.Namespace, pod.Status.Phase, pod.Labels, pod.Status.Conditions)
return found, nil
}
framework.Logf("Observed event: %+v", event.Object)
return false, nil
})
framework.ExpectNoError(err, "failed to see Pod %v in namespace %v running", testPod.ObjectMeta.Name, testNamespaceName)