From 9399a9a0e835e585f616048102c90cdd743fcd0f Mon Sep 17 00:00:00 2001 From: Tony Li Date: Wed, 15 Feb 2017 20:57:01 -0800 Subject: [PATCH 1/2] typo --- test/e2e/ingress_utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/ingress_utils.go b/test/e2e/ingress_utils.go index f2bf1377dea..4c643beb2ef 100644 --- a/test/e2e/ingress_utils.go +++ b/test/e2e/ingress_utils.go @@ -130,7 +130,7 @@ func createComformanceTests(jig *testJig, ns string) []conformanceTests { fmt.Sprintf("waiting for HTTPS updates to reflect in ingress"), }, { - fmt.Sprintf("should update SSL certificated with modified hostname %v", updatedTLSHost), + fmt.Sprintf("should update SSL certificate with modified hostname %v", updatedTLSHost), func() { jig.update(func(ing *extensions.Ingress) { newRules := []extensions.IngressRule{} From fb3744e98a8dabd560ec91e387f1237eb6dbf891 Mon Sep 17 00:00:00 2001 From: Tony Li Date: Wed, 15 Feb 2017 20:59:26 -0800 Subject: [PATCH 2/2] fix missing package in commented out code --- test/e2e/ingress.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/ingress.go b/test/e2e/ingress.go index 798d684e5b8..ed31c5b7804 100644 --- a/test/e2e/ingress.go +++ b/test/e2e/ingress.go @@ -158,7 +158,7 @@ var _ = framework.KubeDescribe("Loadbalancing: L7", func() { // framework.GetMasterHost(), "glbc", glbcHealthzPort, restartPollInterval, restartTimeout) // restarter.restart() // By("should continue serving on provided static-ip for 30 seconds") - // ExpectNoError(jig.verifyURL(fmt.Sprintf("https://%v/", ip), "", 30, 1*time.Second, httpClient)) + // framework.ExpectNoError(jig.verifyURL(fmt.Sprintf("https://%v/", ip), "", 30, 1*time.Second, httpClient)) }) // TODO: Implement a multizone e2e that verifies traffic reaches each