Merge pull request #32365 from lojies/addporttokubectl
Automatic merge from submit-queue add targetport to framework.Failf() add target port value to framework.Failf()
This commit is contained in:
@@ -696,7 +696,7 @@ var _ = framework.KubeDescribe("Kubectl client", func() {
|
|||||||
framework.Failf("Wrong service port: %d", port.Port)
|
framework.Failf("Wrong service port: %d", port.Port)
|
||||||
}
|
}
|
||||||
if port.TargetPort.IntValue() != redisPort {
|
if port.TargetPort.IntValue() != redisPort {
|
||||||
framework.Failf("Wrong target port: %d")
|
framework.Failf("Wrong target port: %d", port.TargetPort.IntValue())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user