Add maxTries logging statement, otherwise the numbers are really hard to interpret
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user