Add maxTries logging statement, otherwise the numbers are really hard to interpret

This commit is contained in:
jay vyas 2020-08-11 12:28:08 -04:00
parent 56e2adbd79
commit 9ecf96cb46

View File

@ -681,6 +681,7 @@ func (config *NetworkingTestConfig) setupCore(selector map[string]string) {
epCount := len(config.EndpointPods)
config.MaxTries = epCount*epCount + testTries
framework.Logf("Setting MaxTries for pod polling to %v for networking test based on endpoint count %v", config.MaxTries, epCount)
}
// setup includes setupCore and also sets up services