Merge pull request #79162 from SataQiu/fix-test-20190619

Refactor: replace framework.Failf with e2elog.Failf
This commit is contained in:
Kubernetes Prow Robot
2019-06-21 12:17:04 -07:00
committed by GitHub
144 changed files with 767 additions and 723 deletions

View File

@@ -391,7 +391,7 @@ func summaryObjectID(element interface{}) string {
case kubeletstatsv1alpha1.UserDefinedMetric:
return el.Name
default:
framework.Failf("Unknown type: %T", el)
e2elog.Failf("Unknown type: %T", el)
return "???"
}
}