framework.Logf("WARNING: Not running on GCE/GKE, cannot create firewall rules for :80, :443. Assuming traffic can reach the external ips of all nodes in cluster on those ports.")
e2elog.Logf("WARNING: Not running on GCE/GKE, cannot create firewall rules for :80, :443. Assuming traffic can reach the external ips of all nodes in cluster on those ports.")
}
nginxController.Init()
...
...
@@ -781,7 +782,7 @@ func executePresharedCertTest(f *framework.Framework, jig *ingress.TestJig, stat
By(fmt.Sprintf("Deleting ssl certificate %q on GCE",preSharedCertName))
framework.Logf("%v had bandwidth %v. Ratio to expected (%v) was %f",ipClient,bandwidth,expectedBandwidth,float64(bandwidth)/float64(expectedBandwidth))
e2elog.Logf("%v had bandwidth %v. Ratio to expected (%v) was %f",ipClient,bandwidth,expectedBandwidth,float64(bandwidth)/float64(expectedBandwidth))